Netflix Auto Skip Intro

Automatically skip Netflix intros.

Netflix Auto Skip Intro क्या है?

Netflix Auto Skip Intro ljknight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically skip Netflix intros."।

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

screenshot

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

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

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

                        Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh.
New feature: automatically goes to next episode during credits countdown.                    

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

नाम Netflix Auto Skip Intro Netflix Auto Skip Intro
ID nnpjokeejpliankbgnjbjlkaloppehoi
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi
विवरण Automatically skip Netflix intros.
फ़ाइल का आकार 20.15 KB
स्थापना संख्या 584
वर्तमान संस्करण 1.4
अंतिम अपडेट 2019-08-19
प्रकाशन तिथि 2019-08-18
रेटिंग 2.29/5 कुल 7 रेटिंग्स
डेवलपर ljknight
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Auto Skip Intro",
    "author": "Laura Knight",
    "version": "1.4",
    "description": "Automatically skip Netflix intros.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}