Netflix Continue Playing Clicker

This extension clicks the Netflix "continue playing" Button automatically

Netflix Continue Playing Clicker क्या है?

Netflix Continue Playing Clicker limered द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension clicks the Netflix "continue playing" Button automatically"।

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

screenshot

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

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

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

                        No more leaving your couch only to click a button during your netflix and chill session.
This extension clicks the Netflix "continue playing" Button automatically.

If you planing on falling asleep or something else ;) you can always turn it off using the button in the taskbar.

Have Fun                    

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

नाम Netflix Continue Playing Clicker Netflix Continue Playing Clicker
ID klgocfagnjnpmjfmbdglcbjpchdbadhc
आधिकारिक URL https://chrome.google.com/webstore/detail/netflix-continue-playing/klgocfagnjnpmjfmbdglcbjpchdbadhc
विवरण This extension clicks the Netflix "continue playing" Button automatically
फ़ाइल का आकार 7.21 KB
स्थापना संख्या 299
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-02-18
प्रकाशन तिथि 2016-02-18
रेटिंग 2.33/5 कुल 9 रेटिंग्स
डेवलपर limered
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Continue Playing Clicker",
    "description": "This extension clicks the Netflix \"continue playing\" Button automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background_script.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Netflix Clicker",
        "default_popup": "pageaction\/pageaction_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}