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 to jest Youtube video and channel blocker?

Youtube video and channel blocker to rozszerzenie Chrome opracowane przez ybeln123, a jego główną funkcją jest „Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Youtube video and channel blocker

Pobierz pliki rozszerzeń Youtube video and channel blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Block Youtube videos by full title or partial match.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube video and channel blocker Youtube video and channel blocker
ID olldakipdpmhhpmlapaefnnialmcionp
Oficjalny URL https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp
Opis Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Rozmiar pliku 153 KB
Liczba instalacji 2,017
Aktualna Wersja 2.9.4
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2021-09-11
Ocena 4.00/5 Łącznie 20 Oceny
Deweloper ybeln123
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}