You Coub notifications & follow manager

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

Co je You Coub notifications & follow manager?

You Coub notifications & follow manager je rozšíření Chrome vyvinuté return.true, a jeho hlavní funkcí je „Coub.com you channels notifications & follow manager. (Coub.com API based)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření You Coub notifications & follow manager

Stáhněte si soubory rozšíření You Coub notifications & follow manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
Oficiální URL https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Popis Coub.com you channels notifications & follow manager. (Coub.com API based)
Velikost souboru 78.76 KB
Počet instalací 82
Aktuální Verze 0.810
Poslední Aktualizace 2020-12-17
Datum Vydání 2019-01-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář return.true
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}