[功能] 使用策略进行部署
For those who are not familiar with policies, I will explain. Policies are mainly used in enterprises where an organization manages the browser within the organization in every PC instead of the user, it could be extensions installed and it could be any other settings within the browser. An example of a policy that installs Violentmonkey (Google Chrome) for the user: Google Chrome: ExtensionInstallForcelist Create a registry key in HKLM:\Software\Policies\Google\Chrome\ExtensionInstallForcelist Add a String Value named 1 with the value of jinjaccalgkegednnccohejagnlnfdag That's it, now Violentmonkey will be installed for the user once he opens Google Chrome. There are many other polices, one of which could manage the settings of the installed extensions, meaning an organization could manage the settings of a specific extension without manually and painstakingly doing so on each and every computer. A good example of how to do so on uBlock Origin can be found here. Now you know what policy is, why it's used and how to use it. The reason I explained all of this is because I would like to deploy adsbypasser using policy, so far I managed to deploy Violentmonkey using polices, but I would like to know how I can deploy adsbypasser using polices aswell. Additional links: https://mozilla.GitHub.io/policy-templates/#3rdparty https://extensionworkshop.com/documentation/enterprise/enterprise-development/#how-to-add-policy
内容来源: violentmonkey/violentmonkey