CAT PARTY!😻🎉🐈🥳😹

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

Vad är CAT PARTY!😻🎉🐈🥳😹?

CAT PARTY!😻🎉🐈🥳😹 är en Chrome-tillägg utvecklad av Janerek Tek, och dess huvudfunktion är "***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…".

Tilläggsskärmbilder

screenshot

Ladda ner CAT PARTY!😻🎉🐈🥳😹-förlängningens CRX-fil

Ladda ner CAT PARTY!😻🎉🐈🥳😹-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ***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!                    

Grundläggande Information om Tillägg

Namn CAT PARTY!😻🎉🐈🥳😹 CAT PARTY!😻🎉🐈🥳😹
ID ggkedpioohgmaanpifhldbboibljkdmp
Officiell webbadress 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
Beskrivning ***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…
Filstorlek 3.14 MB
Antal Installationer 2,807
Aktuell Version 0.0.0.2
Senast Uppdaterad 2023-05-18
Publiceringsdatum 2020-07-29
Betyg 3.94/5 Totalt 16 Betyg
Utvecklare Janerek Tek
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}