Simple subscription management
Simple subscription management for you tube
什么是Simple subscription management?
Simple subscription management是由wolfpoland1开发的Chrome扩展程序,该扩展的主要功能是“Simple subscription management for you tube”。
扩展截图
下载Simple subscription management扩展crx文件
下载Simple subscription management扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I created this extension because I need a fast way to find a channel that I need in that moment. Using stock youtube search is hard. This extension brings more a single page experience to save your time and let you be more productive.
This addon is open soruce, check the source code here: https://github.com/wolfpoland/ssm
Checkout my website to contact me: https://www.pkrasuski.pl/
Any problem please report on this mail: [email protected] 扩展基本信息
| 名称 | |
| ID | kbgaobbeoemfoohblgglgagdgjjnppce |
| 官方URL | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
| 简介 | Simple subscription management for you tube |
| 文件大小 | 126 KB |
| 安装次数 | 401 |
| 当前版本 | 0.0.3.5 |
| 更新时间 | 2023-11-17 |
| 上架时间 | 2019-01-16 |
| 评分 | 3.95/5 共19次评分 |
| 开发者 | wolfpoland1 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.pkrasuski.pl/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple subscription management",
"description": "Simple subscription management for you tube",
"version": "0.0.3.5",
"manifest_version": 3,
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"bundle.js"
]
}
]
} | |