Kitty for Google Chrome

A browser kitty toy

Kitty for Google Chrome क्या है?

Kitty for Google Chrome https://cursorcats.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser kitty toy"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We all need warmth and hugs. And cats can give you that better than others. These cute animals bring comfort and warmth to your home.

In our application, you can add cute cats to your browser space. They will delight you as they move across the screen. You can add cats of any size you want.

You can also choose a cat of any of those that are in our offer. Cats go about their business while you go about yours. They can hunt birds, look for other cats or food, they can hunt mice and just walk around your browser.
They can go beyond the border of the screen, and then come back again and delight you.

You can also move the cat with the cursor to the place on the screen where you want.

So that you can do all this, we have created a cool Kitty product for Google Chrome.

The application already has 3 cats to choose from, but soon we will add a few more different cats and possibly other animals and other animations.

Soon things will get even more interesting.
And now we invite you to play with our cool cats.                    

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

नाम Kitty for Google Chrome Kitty for Google Chrome
ID ekiejpimpidhnjebfecllpnpiphndggn
आधिकारिक URL https://chromewebstore.google.com/detail/kitty-for-google-chrome/ekiejpimpidhnjebfecllpnpiphndggn
विवरण A browser kitty toy
फ़ाइल का आकार 3.18 MB
स्थापना संख्या 6,214
वर्तमान संस्करण 2.4.2
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2022-01-18
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर https://cursorcats.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cursorcats.com
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/happy-cool-1/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "index.html",
        "icons": {
            "128": "assets\/icon128.png",
            "256": "assets\/icon256.png",
            "64": "assets\/icon64.png"
        },
        "name": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "bg-wrapper.js"
    },
    "content_scripts": [
        {
            "js": [
                "kitty.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cursorcats.com\/*",
            "*:\/\/*.catcursor.com\/*",
            "*:\/\/*.cursor-cat.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png",
        "64": "assets\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAouDtZz4KdKjn4cemXT6Dk1Xc2zVzpyXYkRjMZCWQLoMtPKlo2\/GQf1HYuyjteJTqpuL68k74+sYntu1mZaBfxEN5OYadJn79suAqPpDNdoo3Ab5e5If2pjGZEMJ0GgIvpFq\/mUxZRfGHR7295RH\/VKeUU2aLcoWdlnaAERqxIN0UuXSlVxuT6+j63w1mZ9HKZZpUVg7HIPyJiwShkQJcHWq9Ziinu2t3fx7EYFoO9TfDHE3BLpEkJ88d+b9IDXSMd19nQwymp3FcIgsrBqIzXD2n5Sevux96ONXeiFX6hRkzFB4aEBm8jXlQLQ+7ZL+vOYgywjX43XBpm0pRm8gVYwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "unlimitedStorage",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "kitty.js"
            ]
        }
    ]
}