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",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "0.1.0",
"author": "Michael Zheng",
"name": "SounTube: Real-Time YouTube Multilingual Audio Translation",
"description": "SounTube - \u901a\u8fc7\u5b9e\u65f6\u97f3\u9891\u7ffb\u8bd1\u4eab\u53d7\u4efb\u4f55\u8bed\u8a00\u7684 YouTube \u89c6\u9891\uff0c\u83b7\u5f97\u6d41\u7545\u3001\u5305\u5bb9\u7684\u89c2\u770b\u4f53\u9a8c\u3002",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"sidePanel",
"identity"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"soun_tube.859c78ee.js"
],
"css": [
"soun_tube.a496b52b.css"
]
}
],
"host_permissions": [
"https:\/\/www.google-analytics.com\/*",
"https:\/\/www.youtube.com\/*"
],
"oauth2": {
"client_id": "767837268769-8871i4ov4fcgh4uhd9chv3v0dqvjaum6.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"resources": [
"soun_128_icon.1ef24eb9.png",
"soun_tube.d4a8d4ce.css"
]
}
]
}