Nextflix

Nextflix

Nextflix क्या है?

Nextflix Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nextflix"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nextflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Nextflix Nextflix
ID mcndceabmckinmjkabmmiokcoacghpjj
आधिकारिक URL https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj
विवरण Nextflix
फ़ाइल का आकार 420 KB
स्थापना संख्या 204
वर्तमान संस्करण 1.3
अंतिम अपडेट 2017-12-13
प्रकाशन तिथि 2017-12-12
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}