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 \u5b57\u5e55\u5929\u4f7f", "description": "\u4e3a YouTube \u63d0\u4f9b\u53cc\u8bed\u5b57\u5e55\u3001\u5b57\u5e55\u65f6\u95f4\u7ebf\u548c AI \u603b\u7ed3\u7b49\u529f\u80fd", "version": "2.1.1", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "injected-sender.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] }, { "resources": [ "options.html" ], "matches": [ "*:\/\/*.youtube.com\/*" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "permissions": [ "storage" ], "commands": { "0_toggleSourceSubtitle": { "suggested_key": { "default": "Alt+1" }, "description": "\u542f\u7528\/\u7981\u7528\u6e90\u5b57\u5e55" }, "1_toggleTargetSubtitle": { "suggested_key": { "default": "Alt+2" }, "description": "\u542f\u7528\/\u7981\u7528\u76ee\u6807\u5b57\u5e55" }, "2_swapSubtitlesPosition": { "suggested_key": { "default": "Alt+R" }, "description": "\u4e92\u6362\u53cc\u8bed\u5b57\u5e55\u4f4d\u7f6e" }, "3_toggleTimeline": { "suggested_key": { "default": "Alt+T" }, "description": "\u542f\u7528\/\u7981\u7528\u5b57\u5e55\u65f6\u95f4\u7ebf" }, "4_moveSubtitleUp": { "description": "\u4e0a\u79fb\u53cc\u8bed\u5b57\u5e55" }, "5_moveSubtitleDown": { "description": "\u4e0b\u79fb\u53cc\u8bed\u5b57\u5e55" }, "6_increaseSubtitleFontsize": { "description": "\u589e\u5927\u53cc\u8bed\u5b57\u5e55\u5b57\u4f53\u5927\u5c0f" }, "7_reduceSubtitleFontsize": { "description": "\u51cf\u5c11\u53cc\u8bed\u5b57\u5e55\u5b57\u4f53\u5927\u5c0f" } }, "background": { "service_worker": "background.js" }, "action": { "default_title": "YouTube Subtitle Angel", "default_popup": "popup.html" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content-scripts\/content.js" ] } ] }