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_appTitle__", "default_locale": "zh_TW", "version": "1.1.0", "description": "__MSG_description__", "permissions": [ "storage", "sidePanel" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "side_panel": { "default_path": "dist\/index.html" }, "action": { "default_title": "YouTube\u5b57\u5e55\u7ffb\u8b6f", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js", "content-locale.js", "dist\/popup_build.js" ], "css": [ "content-styles.css", "dist\/popup_build.css" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/content-styles.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }