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\u53cc\u8bed\u5b57\u5e55 AI\u7ffb\u8bd1 AI\u82f1\u8bed\u52a9\u624b - EnglishXYZ",
"description": "\u63d0\u4f9bYoutube\u53cc\u8bed\u5b57\u5e55\u3001AI\u7ffb\u8bd1\u3001\u5355\u8bcd\u6536\u85cf\u7b49\u82f1\u8bed\u5b66\u4e60\u529f\u80fd\u3002",
"version": "2.0.8",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnb+EC60Daf08als1IQQvLvKKRUUUCkhI6veP9Ivixdhm8bm1M3oihSSbQNb9IT8\/RZPkZ5SdUumEjgZw817kqSioEij1Pm5oV4TySsn4LVSaNLiHsEm1OhfccpLKIXDYDLblTInKqFigUOr\/iu5MYdKWz6kVWHB7GwmiOZ08Ua7N+bjn\/eeuTlUGaz\/RQyrBaqgpmfn6xfq0ZzzaTikcjGTQxOGR6hTMyW8SBS+tFTX8uJAgR+VZVrn5RUjGMIAOw1CO3jVXduIJnv5d7FsZ1iyrMT91Dh6v9agAoewFxLcQGijuQ\/Z\/hvurjIpO3yoR6ABTiaXdWHLA8cus3NUdnwIDAQAB",
"host_permissions": [
"https:\/\/api.englishxyz.com\/*",
"https:\/\/dict.youdao.com\/*",
"https:\/\/cloudflare.com\/*"
],
"options_ui": {
"page": "options.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_icon": "icon.png",
"default_popup": ""
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"commands": {
"open-sidepanel": {
"suggested_key": {
"default": "Ctrl+K",
"mac": "Command+K"
},
"description": "Open sidepanel"
}
},
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"js\/web_accessible_resources.js",
"css\/content_script.css",
"icon.png",
"dashboard.html",
"guide.html",
"images\/icon.png"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"identity",
"sidePanel"
],
"oauth2": {
"client_id": "432199070856-3s07lkavhbt8ub4aqgiea3cgp5kfi9v5.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}