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", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/16.png", "38": "assets\/icons\/32.png" } }, "content_scripts": [ { "all_frames": true, "css": [ "content-scripts\/content-styles.css" ], "exclude_matches": [ "https:\/\/www.youtube.com\/improvedtube", "https:\/\/www.youtube.com\/tv*", "https:\/\/www.youtube.com\/audiolibrary\/*", "http:\/\/studio.youtube.com\/*" ], "js": [ "content-scripts\/content-scripts.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "The extension is an Enhancer for Youtube to improve your watching experience!", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "manifest_version": 3, "name": "YouTube\u2122 Enhancer Plus", "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "declarativeNetRequest", "alarms", "scripting" ], "version": "1.0.0", "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "popup.html", "content-scripts\/youtube-scripts.js" ] } ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/youtube-enhancer-plus\/pipopbjmaekacibgmiahbmcjmgmembfn?utm_medium=extension&utm_source=youtube-enhancer-plus" }