cursedCats

cursed cats

What is cursedCats?

cursedCats is a Chrome extension developed by tomas9080, and its main feature is "cursed cats".

Extension Screenshots

screenshot

Download cursedCats Extension CRX File

Download cursedCats 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

                        It changes all photos for a cursed cat                    

Extension Basic Information

Name cursedCats cursedCats
ID cidnkiiebmnhhlaggkfbkloaconcagjm
Official URL https://chrome.google.com/webstore/detail/cursedcats/cidnkiiebmnhhlaggkfbkloaconcagjm
Description cursed cats
File Size 55.22 KB
Installation Count 20
Current Version 0.1
Last Updated 2018-11-30
Publish Date 2018-11-27
Rating 5.00/5 Total 2 Ratings
Developer tomas9080
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "cursedCats",
    "permissions": [
        "activeTab"
    ],
    "version": "0.1",
    "description": "cursed cats",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "cats.js"
            ]
        }
    ]
}