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", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.4", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.crunchyroll.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/48CrSpeeder.png" }, "content_scripts": [ { "js": [ "value.js", "content.js" ], "css": [ "modalFrame.css" ], "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "match_origin_as_fallback": true, "all_frames": true } ], "icons": { "48": "assets\/48CrSpeeder.png", "128": "assets\/128CrSpeeder.png" }, "web_accessible_resources": [ { "resources": [ "assets\/48CrSpeeder.png", "assets\/times-solid.svg" ], "matches": [ "*:\/\/*.crunchyroll.com\/*" ] } ], "background": { "service_worker": "background.js" } }