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 |
| Eメール | [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"
}
} | |