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開發的Chrome擴展程式,該擴展的主要功能是“***FLASH WARNING*** This Chrome Extension's content produces a flashing light when the cats party. This is a fun extension to…”。

擴展截圖

screenshot

下載CAT PARTY!😻🎉🐈🥳😹擴展crx文件

下載CAT PARTY!😻🎉🐈🥳😹擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ***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
官方網址 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"
    }
}