youtube unsubscribe all

the best and easy way to unsubscribe all channels

Cos'è youtube unsubscribe all?

youtube unsubscribe all è un'estensione di Chrome sviluppata da https://meslzy.com, e la sua funzione principale è "the best and easy way to unsubscribe all channels".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione youtube unsubscribe all

Scarica i file di estensione youtube unsubscribe all in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome youtube unsubscribe all youtube unsubscribe all
ID bbpkghgmcjojbljplcdehdbkgphhpemo
URL Ufficiale https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo
Descrizione the best and easy way to unsubscribe all channels
Dimensione del File 15.55 KB
Conteggio Installazioni 12,458
Versione Corrente 2.0.0
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2020-07-21
Valutazione 4.66/5 Totale 1119 Valutazioni
Sviluppatore https://meslzy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://meslzy.com/extension/youtube-unsubscribe-all
URL della Pagina di Aiuto http://meslzy.com/contact
URL della Pagina della Politica sulla Privacy https://www.meslzy.com/privacy-policy
Lingue Supportate 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"
    }
}