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開發的Chrome擴展程式,該擴展的主要功能是“Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube.”。

擴展截圖

screenshot
screenshot

下載Unsubscribe All for YouTube擴展crx文件

下載Unsubscribe All for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}