Cute Cat

Here is your cute cat. Be happy!

Cute Cat क्या है?

Cute Cat devkhs37 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Here is your cute cat. Be happy!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cute Cat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can see a cute cat in a web browser.
This cat makes you feel good and improves your quality of life.

You can click cat to be loved by a cat.

You can Doubleclick cat to be summon a baby cat.

You can Drag cat to move cat.

Press the extension icon to enter pop-up menu.

You can set the image on/off in the pop-up menu.

You can summon a fish by pressing the fish button on the pop-up menu.

Drag the fish to the cat and the cat gets bigger.                    

एक्सटेंशन की मूल जानकारी

नाम Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
आधिकारिक URL https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
विवरण Here is your cute cat. Be happy!
फ़ाइल का आकार 21.13 KB
स्थापना संख्या 961
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2022-08-09
प्रकाशन तिथि 2022-07-19
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर devkhs37
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Cat",
    "description": "Here is your cute cat. Be happy!",
    "version": "0.1.9",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}