Netflix Pause Removal

Remove the pause between netflix episodes

Netflix Pause Removal क्या है?

Netflix Pause Removal Prescott Gallagher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the pause between netflix episodes"।

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

screenshot

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

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

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

                        A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session.

It's free once again, if you feel like donating;
https://www.paypal.me/PrescottGallagher

Versions & Updates:
1.2.1 : Graphical Updates / Bugfixes
1.2.0 : Patched Netflix December 2017 Update
1.1.0 : Patched Netflix March 2016 Update
1.0.2 : Speed & Efficiency Increased
1.0.1 : Initial Release                    

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

नाम Netflix Pause Removal Netflix Pause Removal
ID mfekcpndbpdgjjfahekhncdfegkhbghg
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg
विवरण Remove the pause between netflix episodes
फ़ाइल का आकार 11.93 KB
स्थापना संख्या 12,666
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2018-07-26
प्रकाशन तिथि 2018-07-26
रेटिंग 3.44/5 कुल 185 रेटिंग्स
डेवलपर Prescott Gallagher
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Pause Removal",
    "version": "1.2.1",
    "author": "Prescott Gallagher",
    "description": "Remove the pause between netflix episodes",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "short_name": "Netflix PR",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}