Catify

Catify your websites

Cos'è Catify?

Catify è un'estensione di Chrome sviluppata da Juan Ospina, e la sua funzione principale è "Catify your websites".

Scarica il file CRX dell'estensione Catify

Scarica i file di estensione Catify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add dancing cats to any website, you can drag them around the page and double click to remove them :D                    

Informazioni di Base sull'Estensione

Nome Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
URL Ufficiale https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
Descrizione Catify your websites
Dimensione del File 171 KB
Conteggio Installazioni 88
Versione Corrente 2.0
Ultimo Aggiornamento 2018-03-12
Data di Pubblicazione 2018-03-12
Sviluppatore Juan Ospina
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Traduce"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "interact.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Catify your websites",
    "manifest_version": 2,
    "name": "Catify",
    "permissions": [
        "activeTab"
    ],
    "version": "2.0"
}