Netflix Go
Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…
Wat is Netflix Go?
Netflix Go is een Chrome-extensie ontwikkeld door https://www.joshivity.com, en de belangrijkste functie is "Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Go
Download Netflix Go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Effortless binge-watching your favourite shows on Netflix!
Netflix Go bypasses the "Continue Playing" pop-up, and lets you binge-watch your favourite shows endlessly!
Update Version 1.3:
- Now also skips the 15 second wait time between episodes. Basisinformatie over de Extensie
| Naam | |
| ID | paeeebcnfgiekoajpjllamdjihpbmokn |
| Officiële URL | https://chromewebstore.google.com/detail/netflix-go/paeeebcnfgiekoajpjllamdjihpbmokn |
| Beschrijving | Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you… |
| Bestandsgrootte | 9.26 KB |
| Aantal Installaties | 5,510 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2016-01-26 |
| Publicatiedatum | 2016-01-26 |
| Beoordeling | 4.00/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | https://www.joshivity.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Netflix Go",
"short_name": "netflix-go",
"version": "1.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*",
"http:\/\/www.netflix.com\/*"
],
"js": [
"action.js"
]
}
]
} | |