youtube unsubscribe all
the best and easy way to unsubscribe all channels
什麼是youtube unsubscribe all?
youtube unsubscribe all是由https://meslzy.com開發的Chrome擴展程式,該擴展的主要功能是“the best and easy way to unsubscribe all channels”。
擴展截圖
下載youtube unsubscribe all擴展crx文件
下載youtube unsubscribe all擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unsubscribing from all channels with one click without any troubles or requirements, just one click.
擴展基本資訊
名稱 | youtube unsubscribe all |
ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
官方網址 | 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" } } |