Youtube video and channel blocker

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

Co je Youtube video and channel blocker?

Youtube video and channel blocker je rozšíření Chrome vyvinuté ybeln123, a jeho hlavní funkcí je „Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Youtube video and channel blocker

Stáhněte si soubory rozšíření Youtube video and channel blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Block Youtube videos by full title or partial match.                    

Základní Informace o Rozšíření

Název Youtube video and channel blocker Youtube video and channel blocker
ID olldakipdpmhhpmlapaefnnialmcionp
Oficiální URL https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp
Popis Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Velikost souboru 153 KB
Počet instalací 2,017
Aktuální Verze 2.9.4
Poslední Aktualizace 2024-03-04
Datum Vydání 2021-09-11
Hodnocení 4.00/5 Celkem 20 Hodnocení
Vývojář ybeln123
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}