팝캣 코리아

대한민국을 위한 팝캣 매크로입니다.

What is 팝캣 코리아?

팝캣 코리아 is a Chrome extension developed by kingsparkdev, and its main feature is "대한민국을 위한 팝캣 매크로입니다.".

Extension Screenshots

screenshot
screenshot

Download 팝캣 코리아 Extension CRX File

Download 팝캣 코리아 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        한국인을 위한 팝캣 매크로입니다. ip를 통해 위치를 조회하여 한국 유저만 사용 가능하도록 제작하였습니다. 설치 시 popcat.click 접속시 자동 시작 되며, 사용 설명서를 확인할 수 있습니다.
[ 봇 감지는 우회 가능하도록 개발되었습니다 ]
관련 문의는 [email protected] 또는 [email protected] 으로 문의하여주시기 바랍니다.                    

Extension Basic Information

Name 팝캣 코리아 팝캣 코리아
ID nmblephgpdmgaoeidpdjconfcdnjepka
Official URL https://chromewebstore.google.com/detail/%ED%8C%9D%EC%BA%A3-%EC%BD%94%EB%A6%AC%EC%95%84/nmblephgpdmgaoeidpdjconfcdnjepka
Description 대한민국을 위한 팝캣 매크로입니다.
File Size 9.94 KB
Installation Count 650
Current Version 1.0.0
Last Updated 2021-09-06
Publish Date 2021-08-31
Rating 4.86/5 Total 7 Ratings
Developer kingsparkdev
Email [email protected]
Payment Type free
Extension Website https://pop-cat.kro.kr
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ud31d\ucea3 \ucf54\ub9ac\uc544",
    "version": "1.0.0",
    "description": "\ub300\ud55c\ubbfc\uad6d\uc744 \uc704\ud55c \ud31d\ucea3 \ub9e4\ud06c\ub85c\uc785\ub2c8\ub2e4.",
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "\ud31d\ucea3 \ucf54\ub9ac\uc544"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/popcat.click\/"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}