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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}