You Coub notifications & follow manager

Coub.com you channels notifications & follow manager. (Coub.com API based)

Cos'è You Coub notifications & follow manager?

You Coub notifications & follow manager è un'estensione di Chrome sviluppata da return.true, e la sua funzione principale è "Coub.com you channels notifications & follow manager. (Coub.com API based)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione You Coub notifications & follow manager

Scarica i file di estensione You Coub notifications & follow manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 😇😁💎                    

Informazioni di Base sull'Estensione

Nome You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
URL Ufficiale https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Descrizione Coub.com you channels notifications & follow manager. (Coub.com API based)
Dimensione del File 78.76 KB
Conteggio Installazioni 82
Versione Corrente 0.810
Ultimo Aggiornamento 2020-12-17
Data di Pubblicazione 2019-01-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore return.true
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}