You Coub notifications & follow manager

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

Qu'est-ce que You Coub notifications & follow manager ?

You Coub notifications & follow manager est une extension Chrome développée par return.true, et sa fonction principale est "Coub.com you channels notifications & follow manager. (Coub.com API based)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension You Coub notifications & follow manager

Téléchargez les fichiers d'extension You Coub notifications & follow manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
URL Officiel https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Description Coub.com you channels notifications & follow manager. (Coub.com API based)
Taille du Fichier 78.76 KB
Nombre d'Installations 82
Version Actuelle 0.810
Dernière Mise à Jour 2020-12-17
Date de Publication 2019-01-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur return.true
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}