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. 扩展基本信息
| 名称 | |
| 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"
}
} | |