WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Unsubscriby for Youtube

Unsubscriby for Youtube

View on Chrome Web Store
View Unsubscriby for Youtube Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (28 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The easiest and most complete way to unsubscribe all your Youtube Channels
Type
Extension
Users
3,000 users
1K
Website limbuscode.com
limbuscode
View author page of limbuscode
Published
Published on March 2, 2022
Version 0.0.4
Manifest version
3
Updated
Updated on March 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Unsubscriby for Youtube Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unsubscriby for Youtube",
    "description": "The easiest and most complete way to unsubscribe all your Youtube Channels",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv4MJLg6onbrv5bVq7LPMxXzeCfCLh9yYNwI0BrAymxNTGBrFOZer2dX0Xv9PhgOjTWRNfzgU7PJrFAIhXgh+l3I+No05qYqT9KwcP3klksxqSRWjXOvfVr1GtxJwpyDI76DMPa985dg3Ag9cA7Vq5gQ\/Bcih3Jgw56GH4GoMGcQEAmrW6FpXdXg7jx4dawsieR98KjWxktIr0nCQG+kokqqiQF3mzuE0ly5DBGU7VdvbIXE5nZVk\/plFqLoa0ioPE8LNUGxTURvvBALJgL9+8coi06iI2C5wRau+C1VW52wtblai9Wq7gGvu0D8eH+VZbK6zStxmmdRXDAo\/WbRNUQIDAQAB",
    "version": "0.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/channels"
            ],
            "js": [
                "ExtPay.js",
                "common.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_title": "Unsubscriby for Youtube"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "32": "\/images\/32x32.png",
        "128": "\/images\/128x128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top