You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
什么是You Coub notifications & follow manager?
You Coub notifications & follow manager是由return.true开发的Chrome扩展程序,该扩展的主要功能是“Coub.com you channels notifications & follow manager. (Coub.com API based)”。
扩展截图
下载You Coub notifications & follow manager扩展crx文件
下载You Coub notifications & follow manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You Coub notifications & follow manager! 0.810
Coub.com funs extention for manage channels and current url "DO COUB FROM THIS TAB 🤘🏻" button for more happy creations! Enjoy Anyways 😇😁💎 扩展基本信息
| 名称 | |
| ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
| 官方URL | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
| 简介 | Coub.com you channels notifications & follow manager. (Coub.com API based) |
| 文件大小 | 78.76 KB |
| 安装次数 | 82 |
| 当前版本 | 0.810 |
| 更新时间 | 2020-12-17 |
| 上架时间 | 2019-01-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | return.true |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "You Coub notifications & follow manager",
"description": "Coub.com you channels notifications & follow manager. (Coub.com API based)",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "You Coub notifications & follow manager"
},
"background": {
"page": "background.html"
},
"permissions": [
"activeTab"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/coub.com\/*"
],
"css": [
"ext.css"
],
"js": [
"ext.js"
]
}
],
"manifest_version": 2,
"version": "0.810",
"icons": {
"128": "icon.png",
"666": "logo.png",
"777": "icon_connect.png"
}
} | |