NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

NflxIntroSkip (Netflix Intro Skip) क्या है?

NflxIntroSkip (Netflix Intro Skip) gmertes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically skip intros in the Netflix web-player"।

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

screenshot

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

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

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

                        A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. 

-The best at what it does: automatically click on the Skip Intro button in Netflix
-Install and forget, there's no configuration
-Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function
-No analytics
-Free and open source                    

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

नाम NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
आधिकारिक URL https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
विवरण Automatically skip intros in the Netflix web-player
फ़ाइल का आकार 9.26 KB
स्थापना संख्या 169
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-10-20
प्रकाशन तिथि 2021-10-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर gmertes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gmertes/NflxIntroSkip
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxIntroSkip",
    "description": "Automatically skip intros in the Netflix web-player",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "NflxIntroSkip (Netflix Intro Skip)",
    "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}