You Coub notifications & follow manager

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

Hvad er You Coub notifications & follow manager?

You Coub notifications & follow manager er en Chrome-udvidelse udviklet af return.true, og dens hovedfunktion er "Coub.com you channels notifications & follow manager. (Coub.com API based)".

Udvidelsesskærmbilleder

screenshot

Download You Coub notifications & follow manager-udvidelses-CRX-fil

Download You Coub notifications & follow manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
Officiel URL https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Beskrivelse Coub.com you channels notifications & follow manager. (Coub.com API based)
Filstørrelse 78.76 KB
Antal Installationer 82
Nuværende Version 0.810
Senest Opdateret 2020-12-17
Udgivelsesdato 2019-01-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler return.true
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}