youtube unsubscribe all

the best and easy way to unsubscribe all channels

Was ist youtube unsubscribe all?

youtube unsubscribe all ist eine Chrome-Erweiterung, die von https://meslzy.com entwickelt wurde, und ihr Hauptmerkmal ist "the best and easy way to unsubscribe all channels".

Erweiterungsscreenshots

screenshot

youtube unsubscribe all-Erweiterungs-CRX-Datei herunterladen

Laden Sie youtube unsubscribe all-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name youtube unsubscribe all youtube unsubscribe all
ID bbpkghgmcjojbljplcdehdbkgphhpemo
Offizielle URL https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo
Beschreibung the best and easy way to unsubscribe all channels
Dateigröße 15.55 KB
Installationsanzahl 12,458
Aktuelle Version 2.0.0
Letztes Update 2024-01-22
Veröffentlichungsdatum 2020-07-21
Bewertung 4.66/5 Insgesamt 1119 Bewertungen
Entwickler https://meslzy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://meslzy.com/extension/youtube-unsubscribe-all
Hilfeseite URL http://meslzy.com/contact
URL der Datenschutzrichtlinien-Seite https://www.meslzy.com/privacy-policy
Unterstützte Sprachen 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"
    }
}