NetBinge

Provide a few basic features to quality and ease of use for Netflix users.

NetBinge क्या है?

NetBinge a.mccourt60 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide a few basic features to quality and ease of use for Netflix users."।

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

screenshot
screenshot

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

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

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

                        This extension provides basic features to improve the Netflix viewer experience.

Skip intro sequence and opening credits of supported shows without pressing the "skip" button!

Remove the annoying "Are You Still Watching" notification to keep your binge watch pause free!

Blur episode synopses to keep your viewership spoiler-free.

All features are toggle able through our easy to use pop-up menu.  Settings are synced across all of your google devices.                    

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

नाम NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
आधिकारिक URL https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
विवरण Provide a few basic features to quality and ease of use for Netflix users.
फ़ाइल का आकार 3.36 MB
स्थापना संख्या 20
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-12-18
प्रकाशन तिथि 2017-12-18
डेवलपर a.mccourt60
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://amccourt.github.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetBinge",
    "description": "Provide a few basic features to quality and ease of use for Netflix users.",
    "version": "1.1",
    "icons": {
        "48": "img\/48icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "NetBinge",
        "default_popup": "popout.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content-script.js"
            ]
        }
    ]
}