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",
"name": "Disney+ \u30d4\u30af\u30c1\u30e3\u30fc\u30fb\u30a4\u30f3\u30fb\u30d4\u30af\u30c1\u30e3\u30fc [QVI]",
"description": "Disney+ \u306b\u30d4\u30af\u30c1\u30e3\u30fc\u30fb\u30a4\u30f3\u30fb\u30d4\u30af\u30c1\u30e3\u30fc\uff08\u753b\u4e2d\u753b\uff09\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
"version": "1.1.21",
"options_page": "options.html",
"manifest_version": 3,
"host_permissions": [
"*:\/\/*.disneyplus.com\/*"
],
"permissions": [
"storage"
],
"icons": {
"38": "38Disney.png",
"128": "128Disney.png"
},
"action": {
"default_icon": "128Disney.png"
},
"background": {
"service_worker": "onInstalled.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.disneyplus.com\/*"
],
"js": [
"main.js",
"disney.min.js"
],
"css": [
"injected.css"
]
}
]
}