Youtube video and channel blocker

Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters

Youtube video and channel blocker क्या है?

Youtube video and channel blocker ybeln123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension is for Google Chrome only. Operation in other browsers is not guaranteed.

Block Youtube videos by full title or partial match.                    

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

नाम Youtube video and channel blocker Youtube video and channel blocker
ID olldakipdpmhhpmlapaefnnialmcionp
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp
विवरण Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
फ़ाइल का आकार 153 KB
स्थापना संख्या 2,017
वर्तमान संस्करण 2.9.4
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2021-09-11
रेटिंग 4.00/5 कुल 20 रेटिंग्स
डेवलपर ybeln123
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/sms-one.ru\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "constants.js",
                "func.js",
                "jquery.js",
                "lang.js",
                "elements.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ban.png"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/sms-one.ru\/*"
            ]
        }
    ],
    "manifest_version": 3
}