Is it possible to remove the extension on Google Chrome via a VBScript?
The extension is stored in the following folder,
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions
The extension data is stored in a JSON file called "Preferences" in the following folder location,
%LOCALAPPDATA%\Google\Chrome\User Data\Default
Furthermore, if the "Preferences" file is modified then Google Chrome detects it and resets the "Preferences" file. If we remove the lines where the specific extension data is stored in the "Preferences" file, it automatically resets that file and notifies the user when Google Chrome is opened. How to use VBScript to remove the extension and prevent Google Chrome from detecting it?