You Coub notifications & follow manager

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

¿Qué es You Coub notifications & follow manager?

You Coub notifications & follow manager es una extensión de Chrome desarrollada por return.true, y su función principal es "Coub.com you channels notifications & follow manager. (Coub.com API based)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión You Coub notifications & follow manager

Descarga archivos de extensión You Coub notifications & follow manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
URL Oficial https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Descripción Coub.com you channels notifications & follow manager. (Coub.com API based)
Tamaño del Archivo 78.76 KB
Cantidad de Instalaciones 82
Versión Actual 0.810
Última Actualización 2020-12-17
Fecha de Publicación 2019-01-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador return.true
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}