youtube unsubscribe all

the best and easy way to unsubscribe all channels

Co to jest youtube unsubscribe all?

youtube unsubscribe all to rozszerzenie Chrome opracowane przez https://meslzy.com, a jego główną funkcją jest „the best and easy way to unsubscribe all channels”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia youtube unsubscribe all

Pobierz pliki rozszerzeń youtube unsubscribe all 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

                        Unsubscribing from all channels with one click without any troubles or requirements, just one click.                    

Podstawowe informacje o rozszerzeniu

Nazwa youtube unsubscribe all youtube unsubscribe all
ID bbpkghgmcjojbljplcdehdbkgphhpemo
Oficjalny URL https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo
Opis the best and easy way to unsubscribe all channels
Rozmiar pliku 15.55 KB
Liczba instalacji 12,458
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2020-07-21
Ocena 4.66/5 Łącznie 1119 Oceny
Deweloper https://meslzy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://meslzy.com/extension/youtube-unsubscribe-all
Adres URL Strony Pomocy http://meslzy.com/contact
Adres URL Strony Polityki Prywatności https://www.meslzy.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "youtube unsubscribe all",
    "description": "the best and easy way to unsubscribe all channels",
    "version": "2.0.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/feed\/channels"
            ],
            "js": [
                "source\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "96": "assets\/icon96.png",
        "128": "assets\/icon128.png"
    }
}