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": "YouTube Tools", "version": "1.1", "description": "This extension allows you to enjoy several tools for the YouTube page.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "action": { "default_popup": ".\/index.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content_scripts\/functions.js", "content_scripts\/auto-update-selectors.js", "content_scripts\/auto-skip-ads.js", "content_scripts\/auto-like.js", "content_scripts\/observer-changes-in-url.js" ] } ] }