Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.6", "icons": { "16": "UI\/icon16.png", "64": "UI\/icon64.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.vider.info\/*" ], "background": { "service_worker": "downloads.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.vider.info\/*" ], "js": [ "libs\/jquery-3.3.1.min.js", "main.js" ] } ] }