Binge!

Automatically click 'Continue Watching' in Netflix

Binge! क्या है?

Binge! https://demille.github.io/binge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically click 'Continue Watching' in Netflix"।

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

screenshot

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

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

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

                        Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered.

If you start noticing any issues, submit an issue on the support tab so it can be fixed :)

CHANGELOG:

1.0.2 - Fix for Netflix's new site design                    

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

नाम Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
आधिकारिक URL https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
विवरण Automatically click 'Continue Watching' in Netflix
फ़ाइल का आकार 10.42 KB
स्थापना संख्या 1,385
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-06-21
प्रकाशन तिथि 2015-06-20
रेटिंग 3.60/5 कुल 47 रेटिंग्स
डेवलपर https://demille.github.io/binge
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binge!",
    "description": "Automatically click 'Continue Watching' in Netflix",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "arrive-2.0.0.min.js",
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}