By: ymopuri
Inspect and view changes in Supercharge my Netflix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Supercharge my Netflix",
"version": "1.1.0",
"description": "Automatically skips intros, recaps, and outros on Netflix, and dismisses the 'Are you still watching?' prompt.",
"icons": {
"16": "icon.svg",
"48": "icon.svg",
"128": "icon.svg"
},
"action": {
"default_popup": "popup/popup.html",
"default_icon": "icon.svg",
"default_title": "Supercharge my Netflix"
},
"content_scripts": [
{
"matches": [
"*://*.netflix.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "supercharge-my-netflix@ymopuri.dev",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Supercharge my Netflix Alternatives
Here are some Firefox add-ons that are similar to Supercharge my Netflix: