youtube unsubscribe all

the best and easy way to unsubscribe all channels

ما هو youtube unsubscribe all؟

youtube unsubscribe all هو إضافة Chrome تم تطويرها بواسطة https://meslzy.com، والميزة الرئيسية لها هي "the best and easy way to unsubscribe all channels".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة youtube unsubscribe all

قم بتنزيل ملفات الامتداد youtube unsubscribe all بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://meslzy.com/contact
عنوان صفحة سياسة الخصوصية 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"
    }
}