youtube unsubscribe all

the best and easy way to unsubscribe all channels

What is youtube unsubscribe all?

youtube unsubscribe all is a Chrome extension developed by https://meslzy.com, and its main feature is "the best and easy way to unsubscribe all channels".

Extension Screenshots

screenshot

Download youtube unsubscribe all Extension CRX File

Download youtube unsubscribe all extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name youtube unsubscribe all youtube unsubscribe all
ID bbpkghgmcjojbljplcdehdbkgphhpemo
Official URL https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo
Description the best and easy way to unsubscribe all channels
File Size 15.55 KB
Installation Count 12,458
Current Version 2.0.0
Last Updated 2024-01-22
Publish Date 2020-07-21
Rating 4.66/5 Total 1119 Ratings
Developer https://meslzy.com
Email [email protected]
Payment Type free
Extension Website http://meslzy.com/extension/youtube-unsubscribe-all
Help Page URL http://meslzy.com/contact
Privacy Policy Page URL https://www.meslzy.com/privacy-policy
Supported Languages 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"
    }
}