Nextflix

Nextflix

Hvad er Nextflix?

Nextflix er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Nextflix".

Udvidelsesskærmbilleder

screenshot

Download Nextflix-udvidelses-CRX-fil

Download Nextflix-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

                        Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today!

Features:
- Automatically skips intro
- Automatically pushes next episode button
- Automatically mutes trailers                    

Grundlæggende oplysninger om udvidelsen

Navn Nextflix Nextflix
ID mcndceabmckinmjkabmmiokcoacghpjj
Officiel URL https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj
Beskrivelse Nextflix
Filstørrelse 420 KB
Antal Installationer 204
Nuværende Version 1.3
Senest Opdateret 2017-12-13
Udgivelsesdato 2017-12-12
Bedømmelse 3.67/5 Samlet 9 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextflix",
    "description": "Nextflix",
    "version": "1.3",
    "icons": {
        "128": "nextflix_transparent.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}