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": "Rakuten TV Ad Skipper | Ad Blocker", "description": "Automatically skip and disable ads on Rakuten TV.", "version": "0.0.3", "manifest_version": 3, "host_permissions": [ "*:\/\/*.rakuten.tv\/*" ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": "48RakutenSkipper.png" }, "content_scripts": [ { "js": [ "options.js", "content.js" ], "matches": [ "*:\/\/*.rakuten.tv\/*" ] } ], "icons": { "48": "48RakutenSkipper.png", "128": "128RakutenSkipper.png" }, "background": { "service_worker": "background.js" } }