Catify

Catify your websites

What is Catify?

Catify is a Chrome extension developed by Juan Ospina, and its main feature is "Catify your websites".

Download Catify Extension CRX File

Download Catify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Catify Catify
ID dabdoepdoakdbophgafmdfanehcalgjk
Official URL https://chromewebstore.google.com/detail/catify/dabdoepdoakdbophgafmdfanehcalgjk
Description Catify your websites
File Size 171 KB
Installation Count 88
Current Version 2.0
Last Updated 2018-03-12
Publish Date 2018-03-12
Developer Juan Ospina
Email [email protected]
Payment Type free
Supported Languages 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"
}