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": "Nikflix",
"description": "Bypass the account-sharing restrictions on Netflix.",
"version": "1.8.8",
"manifest_version": 3,
"action": {
"default_icon": "icons\/Nikflix-48.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"netflix-seeker.js",
"netflix-audioChange.js",
"netflix-substitleChange.js"
],
"matches": [
"*:\/\/*.netflix.com\/*"
]
}
],
"content_scripts": [
{
"js": [
"Main.js"
],
"css": [
"netflix-controller.css"
],
"matches": [
"*:\/\/*.netflix.com\/*"
]
}
],
"background": {
"service_worker": "Main.js"
}
}