Netflix Go
Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…
Hvad er Netflix Go?
Netflix Go er en Chrome-udvidelse udviklet af https://www.joshivity.com, og dens hovedfunktion er "Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…".
Udvidelsesskærmbilleder
Download Netflix Go-udvidelses-CRX-fil
Download Netflix Go-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | paeeebcnfgiekoajpjllamdjihpbmokn |
| Officiel URL | https://chromewebstore.google.com/detail/netflix-go/paeeebcnfgiekoajpjllamdjihpbmokn |
| Beskrivelse | Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you… |
| Filstørrelse | 9.26 KB |
| Antal Installationer | 5,510 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2016-01-26 |
| Udgivelsesdato | 2016-01-26 |
| Bedømmelse | 4.00/5 Samlet 12 Bedømmelser |
| Udvikler | https://www.joshivity.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |