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_name__",
"description": "__MSG_description__",
"version": "0.0.19",
"icons": {
"16": "\/images\/app.png",
"32": "\/images\/app.png",
"48": "\/images\/app.png",
"128": "\/images\/app.png"
},
"default_locale": "en",
"action": {
"default_icon": {
"16": "\/images\/app.png",
"32": "\/images\/app.png",
"48": "\/images\/app.png",
"128": "\/images\/app.png"
}
},
"permissions": [
"storage"
],
"optional_permissions": [
"activeTab"
],
"optional_host_permissions": [
"<all_urls>"
],
"host_permissions": [
"https:\/\/v.wayin.ai\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/www.khanacademy.org\/*",
"*:\/\/www.bilibili.com\/video*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/www.khanacademy.org\/*",
"*:\/\/www.bilibili.com\/*"
],
"resources": [
"images\/*.png",
"images\/*.gif"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"*:\/\/www.bilibili.com\/*",
"*:\/\/www.khanacademy.org\/*",
"*:\/\/www.youtube.com\/*",
"https:\/\/v.wayin.ai\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/www.bilibili.com\/*"
],
"css": [
"\/global.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.bilibili.com\/video*",
"*:\/\/www.khanacademy.org\/*",
"*:\/\/www.youtube.com\/*",
"https:\/\/v.wayin.ai\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/content.js"
]
}
],
"background": {
"type": "module",
"service_worker": "background.js"
}
}