Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.7.3", "description": "__MSG_extDescription__", "options_ui": { "page": "settings.html", "open_in_tab": true }, "icons": { "128": "images\/icon_ready.png" }, "permissions": [ "activeTab", "storage", "webRequest" ], "web_accessible_resources": [ { "resources": [ "images\/*", "sound\/note.mp3", "settings.css", "ui\/tss_control_bar.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "all_background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "all_content.js" ], "css": [ "ui\/tss_control_bar_in_page.css" ], "run_at": "document_end" } ], "action": { "default_title": "__MSG_extName__", "default_icon": "images\/icon_ready.png", "default_popup": "popup.html" }, "author": { "name": "Narrator", "email": "[email protected]" }, "default_locale": "en" }