You Coub notifications & follow manager

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

O que é You Coub notifications & follow manager?

You Coub notifications & follow manager é uma extensão do Chrome desenvolvida por return.true, e sua principal característica é "Coub.com you channels notifications & follow manager. (Coub.com API based)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão You Coub notifications & follow manager

Baixe arquivos de extensão You Coub notifications & follow manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
URL Oficial https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Descrição Coub.com you channels notifications & follow manager. (Coub.com API based)
Tamanho do Arquivo 78.76 KB
Contagem de Instalações 82
Versão Atual 0.810
Última Atualização 2020-12-17
Data de Publicação 2019-01-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor return.true
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}