Remove Google Chrome extension by a VBScript?

我们两清 提交于 2019-12-25 05:13:39

问题


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?

来源:https://stackoverflow.com/questions/25825179/remove-google-chrome-extension-by-a-vbscript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!