You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
Was ist You Coub notifications & follow manager?
You Coub notifications & follow manager ist eine Chrome-Erweiterung, die von return.true entwickelt wurde, und ihr Hauptmerkmal ist "Coub.com you channels notifications & follow manager. (Coub.com API based)".
Erweiterungsscreenshots
You Coub notifications & follow manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie You Coub notifications & follow manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 😇😁💎
Grundlegende Informationen zur Erweiterung
Name | You Coub notifications & follow manager |
ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
Offizielle URL | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
Beschreibung | Coub.com you channels notifications & follow manager. (Coub.com API based) |
Dateigröße | 78.76 KB |
Installationsanzahl | 82 |
Aktuelle Version | 0.810 |
Letztes Update | 2020-12-17 |
Veröffentlichungsdatum | 2019-01-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | return.true |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |