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", "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "version": "8.2.15", "author": "__MSG_provider__", "icons": { "16": "images\/netflex_16.png", "48": "images\/netflex_48.png", "128": "images\/netflex.png" }, "action": { "default_icon": "images\/netflex.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "libs\/dompurify\/purify.min.js", "libs\/jquery\/jquery.min.js", "libs\/fontawesome\/fontawesome.js", "scripts\/distribution.js", "scripts\/global.js", "scripts\/functions.js", "scripts\/objects.js", "scripts\/vars.js", "scripts\/options.js", "scripts\/geo.js", "scripts\/status.js", "scripts\/assistant.js", "scripts\/rating.js", "libs\/fireworks\/fireworks.js", "scripts\/versions.js", "scripts\/init.js", "netflix.min.js" ] } ], "background": { "service_worker": "scripts\/background.js" }, "host_permissions": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.wikidata.org\/*", "*:\/\/*.omdbapi.com\/*" ], "permissions": [ "storage", "scripting" ], "web_accessible_resources": [ { "resources": [ "_locales\/en\/messages.json", "images\/netflex.png", "images\/netflex_test.png", "images\/netflex_dev.png", "images\/netflex_sup.png", "CHANGELOG", "styles\/netflex-ui.css", "styles\/netflex-features.css", "scripts\/interface.js", "libs\/dompurify\/purify.min.js.map" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ] }