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": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.1.6", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.netflix.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/NetflixSpeeder.png" }, "content_scripts": [ { "js": [ "value.js", "engine.js" ], "css": [ "modalFrame.css" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "icons": { "36": "assets\/NetflixSpeeder.png", "71": "assets\/NetflixSpeeder2.png" }, "web_accessible_resources": [ { "resources": [ "assets\/NetflixSpeeder2.png", "assets\/times-solid.svg" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "background": { "service_worker": "background.js" } }