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.2", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.crunchyroll.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "48Crunchyroll.png" }, "content_scripts": [ { "js": [ "options.js", "content.js" ], "css": [ "content.css" ], "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "match_origin_as_fallback": true, "all_frames": true } ], "icons": { "48": "48Crunchyroll.png", "128": "128Crunchyroll.png" }, "background": { "service_worker": "background.js" } }