Unsubscribe All for YouTube

Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube.

Unsubscribe All for YouTube क्या है?

Unsubscribe All for YouTube EchoWebBot Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unsubscribe All for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Unsubscribe All for YouTube provides you with the easiest and most thorough way to clean up your YouTube subscriptions. Say farewell to the cumbersome process of unsubscribing from channels one by one now, it's as simple as a single click to easily unsubscribe from multiple YouTube channels.

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Unsubscribe All for YouTube Unsubscribe All for YouTube
ID incaibecloakgmckogfkcongiplmgmbo
आधिकारिक URL https://chromewebstore.google.com/detail/unsubscribe-all-for-youtu/incaibecloakgmckogfkcongiplmgmbo
विवरण Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube.
फ़ाइल का आकार 229 KB
स्थापना संख्या 440
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-10-04
प्रकाशन तिथि 2023-10-03
रेटिंग 3.50/5 कुल 8 रेटिंग्स
डेवलपर EchoWebBot Studio
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://echobot.dev/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsubscribe All for YouTube",
    "description": "Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/logo-16.png",
        "32": "icon\/logo-32.png",
        "48": "icon\/logo-48.png",
        "128": "icon\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon\/logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/custom-elements.min.js-loader-9e36deab.js",
                "assets\/index.js-loader-82379583.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "assets\/auth.js-loader-e4ea11b2.js"
            ],
            "matches": [
                "https:\/\/ytbunsubscribe.echobot.dev\/auth_redirect.html*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "dashboard.html",
                "icon\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/chunk-e3fc016e.js",
                "assets\/chunk-33a817c3.js",
                "assets\/chunk-f4250b44.js",
                "assets\/chunk-98cfd8e4.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/ytbunsubscribe.echobot.dev\/*"
            ],
            "resources": [
                "assets\/chunk-f4250b44.js",
                "assets\/chunk-9dfca278.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.echobot.dev\/*",
        "*:\/\/*.youtube.com\/*"
    ]
}