Netflix Go
Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…
Cos'è Netflix Go?
Netflix Go è un'estensione di Chrome sviluppata da https://www.joshivity.com, e la sua funzione principale è "Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Go
Scarica i file di estensione Netflix Go in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | paeeebcnfgiekoajpjllamdjihpbmokn |
| URL Ufficiale | https://chromewebstore.google.com/detail/netflix-go/paeeebcnfgiekoajpjllamdjihpbmokn |
| Descrizione | Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you… |
| Dimensione del File | 9.26 KB |
| Conteggio Installazioni | 5,510 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2016-01-26 |
| Data di Pubblicazione | 2016-01-26 |
| Valutazione | 4.00/5 Totale 12 Valutazioni |
| Sviluppatore | https://www.joshivity.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |