Catify

Catify your websites

Wat is Catify?

Catify is een Chrome-extensie ontwikkeld door Juan Ospina, en de belangrijkste functie is "Catify your websites".

Download het CRX-bestand van de extensie Catify

Download Catify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
Officiële URL https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
Beschrijving Catify your websites
Bestandsgrootte 171 KB
Aantal Installaties 88
Huidige Versie 2.0
Laatst Bijgewerkt 2018-03-12
Publicatiedatum 2018-03-12
Ontwikkelaar Juan Ospina
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}