Nextflix

Nextflix

Vad är Nextflix?

Nextflix är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Nextflix".

Tilläggsskärmbilder

screenshot

Ladda ner Nextflix-förlängningens CRX-fil

Ladda ner Nextflix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Nextflix Nextflix
ID mcndceabmckinmjkabmmiokcoacghpjj
Officiell webbadress https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj
Beskrivning Nextflix
Filstorlek 420 KB
Antal Installationer 204
Aktuell Version 1.3
Senast Uppdaterad 2017-12-13
Publiceringsdatum 2017-12-12
Betyg 3.67/5 Totalt 9 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
}