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",
"background": {
"service_worker": "\/js\/background-mv3.js"
},
"action": {
"default_popup": "html\/popup.html",
"default_title": "__MSG_manifest_name__"
},
"content_scripts": [
{
"js": [
"js\/libs\/jquery.js",
"js\/selectors.js",
"js\/common.js",
"html\/NEN.js"
],
"matches": [
"*:\/\/*.netflix.com\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_manifest_description__",
"icons": {
"32": "images\/icon-32.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"*:\/\/*.netflix.com\/*"
],
"version": "3.0.0",
"web_accessible_resources": [
{
"resources": [
"js\/*",
"data\/*"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/netflix-improved.freebusinessapps.net"
}