youtube unsubscribe all

the best and easy way to unsubscribe all channels

youtube unsubscribe all क्या है?

youtube unsubscribe all https://meslzy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "the best and easy way to unsubscribe all channels"।

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

screenshot

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

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

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

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

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

नाम youtube unsubscribe all youtube unsubscribe all
ID bbpkghgmcjojbljplcdehdbkgphhpemo
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo
विवरण the best and easy way to unsubscribe all channels
फ़ाइल का आकार 15.55 KB
स्थापना संख्या 12,458
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2020-07-21
रेटिंग 4.66/5 कुल 1119 रेटिंग्स
डेवलपर https://meslzy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://meslzy.com/extension/youtube-unsubscribe-all
सहायता पृष्ठ URL http://meslzy.com/contact
गोपनीयता नीति पृष्ठ URL https://www.meslzy.com/privacy-policy
समर्थित भाषाएँ 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"
    }
}