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": "Crunchyroll: Picture in Picture", "description": "Extension to watch Crunchyroll in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.", "version": "1.0.2", "manifest_version": 3, "permissions": [], "host_permissions": [ "*:\/\/*.crunchyroll.com\/*" ], "action": { "default_icon": "img\/48pipCrunchyroll.png" }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "injected.css" ], "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "match_origin_as_fallback": true, "all_frames": true } ], "icons": { "48": "img\/48pipCrunchyroll.png", "128": "img\/128pipCrunchyroll.png" }, "background": { "service_worker": "background.js" } }