Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "Streaming Services Strech", "version": "1.0.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Configuration!", "default_popup": "index.html#\/popup" }, "content_scripts": [ { "matches": [ "https:\/\/*.primevideo.com\/*" ], "js": [ "js\/amazon.js" ], "run_at": "document_end" } ], "icons": { "128": "assets\/icon128.png" }, "permissions": [ "storage" ], "short_name": "SSS", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }