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": "Viaplay Skipper: skip recaps, intros & more", "description": "Automatically skip intros, recaps and go to next episode on Viaplay.", "version": "0.0.4", "manifest_version": 3, "host_permissions": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": "48ViaSkipper.png" }, "content_scripts": [ { "js": [ "options.js", "content.js" ], "matches": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ] } ], "icons": { "48": "48ViaSkipper.png", "128": "128ViaSkipper.png" }, "background": { "service_worker": "background.js" } }