CAT PARTY!😻🎉🐈🥳😹

***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…

CAT PARTY!😻🎉🐈🥳😹 क्या है?

CAT PARTY!😻🎉🐈🥳😹 Janerek Tek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…"।

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

screenshot

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

crx प्रारूप में CAT PARTY!😻🎉🐈🥳😹 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        ***FLASH WARNING***
This Chrome Extension's content produces a flashing light when the cats party.

This is a fun extension to relieve any stressful web browsing you may encounter. With one simple click, transform any website into a radical cat party. Meow!                    

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

नाम CAT PARTY!😻🎉🐈🥳😹 CAT PARTY!😻🎉🐈🥳😹
ID ggkedpioohgmaanpifhldbboibljkdmp
आधिकारिक URL https://chromewebstore.google.com/detail/cat-party%F0%9F%98%BB%F0%9F%8E%89%F0%9F%90%88%F0%9F%A5%B3%F0%9F%98%B9/ggkedpioohgmaanpifhldbboibljkdmp
विवरण ***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…
फ़ाइल का आकार 3.14 MB
स्थापना संख्या 2,807
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2023-05-18
प्रकाशन तिथि 2020-07-29
रेटिंग 3.94/5 कुल 16 रेटिंग्स
डेवलपर Janerek Tek
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CAT PARTY!\ud83d\ude3b\ud83c\udf89\ud83d\udc08\ud83e\udd73\ud83d\ude39",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-3.1.0.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "cat-favicon16.png",
            "32": "cat-favicon32.png",
            "48": "cat-favicon48.png",
            "128": "cat-favicon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Cat"
    },
    "icons": {
        "16": "cat-favicon16.png",
        "32": "cat-favicon32.png",
        "48": "cat-favicon48.png",
        "128": "cat-favicon128.png"
    }
}