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",
"version": "0.7.0",
"manifest_version": 3,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"author": "Oziku Technologies LLC",
"default_locale": "en",
"permissions": [
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/*.crunchyroll.com\/*",
"*:\/\/*.funimation.com\/*",
"*:\/\/*.vrv.co\/*",
"*:\/\/vrv.co\/*",
"*:\/\/*.anime-planet.com\/*",
"*:\/\/*.youtube.com\/*"
],
"icons": {
"16": "assets\/logo\/logo_16.png",
"32": "assets\/logo\/logo_32.png",
"48": "assets\/logo\/logo_48.png",
"128": "assets\/logo\/logo_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "ui\/popup.html",
"default_title": "__MSG_ext_name__",
"default_icon": {
"16": "assets\/logo\/logo_16.png",
"32": "assets\/logo\/logo_32.png",
"48": "assets\/logo\/logo_48.png",
"128": "assets\/logo\/logo_128.png"
}
},
"commands": {
"toggle_start": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"windows": "Ctrl+Shift+X",
"linux": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "__MSG_set_on_off_extension__"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.crunchyroll.com\/*",
"*:\/\/*.funimation.com\/*",
"*:\/\/*.vrv.co\/*",
"*:\/\/vrv.co\/*",
"*:\/\/*.anime-planet.com\/*",
"*:\/\/*.youtube.com\/*"
],
"js": [
"ui\/contentScript.js"
],
"all_frames": true,
"run_at": "document_idle"
}
]
}