You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
Wat is You Coub notifications & follow manager?
You Coub notifications & follow manager is een Chrome-extensie ontwikkeld door return.true, en de belangrijkste functie is "Coub.com you channels notifications & follow manager. (Coub.com API based)".
Extensie Screenshots
Download het CRX-bestand van de extensie You Coub notifications & follow manager
Download You Coub notifications & follow manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 😇😁💎
Basisinformatie over de Extensie
Naam | You Coub notifications & follow manager |
ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
Officiële URL | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
Beschrijving | Coub.com you channels notifications & follow manager. (Coub.com API based) |
Bestandsgrootte | 78.76 KB |
Aantal Installaties | 82 |
Huidige Versie | 0.810 |
Laatst Bijgewerkt | 2020-12-17 |
Publicatiedatum | 2019-01-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | return.true |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |