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 |
| 官方網址 | 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"
}
} | |