You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
Apa itu You Coub notifications & follow manager?
You Coub notifications & follow manager adalah ekstensi Chrome yang dikembangkan oleh return.true, dan fitur utamanya adalah "Coub.com you channels notifications & follow manager. (Coub.com API based)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi You Coub notifications & follow manager
Unduh file ekstensi You Coub notifications & follow manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 😇😁💎 Informasi Dasar Ekstensi
| Nama | |
| ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
| URL Resmi | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
| Deskripsi | Coub.com you channels notifications & follow manager. (Coub.com API based) |
| Ukuran File | 78.76 KB |
| Jumlah Instalasi | 82 |
| Versi Saat Ini | 0.810 |
| Terakhir Diperbarui | 2020-12-17 |
| Tanggal Publikasi | 2019-01-30 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | return.true |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
} | |