POPCAT HACK

The BEST autoclicker made for POPCAT, developed and used by the Hong Kong Champion!

POPCAT HACK là gì?

POPCAT HACK là một tiện ích mở rộng Chrome được phát triển bởi mrericwong, và tính năng chính của nó là "The BEST autoclicker made for POPCAT, developed and used by the Hong Kong Champion!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng POPCAT HACK

Tải xuống các tệp mở rộng POPCAT HACK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Are you ready to unleash the ultimate clicking power? Introducing POPCAT HACK, the must-have Chrome extension for all popcat.click enthusiasts and champions! Take your clicking skills to the next level and dominate the leaderboard for your country like never before!

In 2021, armed with POPCAT HACK, I embarked on a click-counting journey like no other. With unwavering determination, I left the extension running for weeks, tirelessly accumulating an astonishing 50 billion clicks. As the champion of Hong Kong, I proudly held our position atop the leaderboard for nearly a year, a testament to the unparalleled efficiency of this remarkable tool. Now, it's time to share this incredible clicker with the world. Join the league of champion and experience the thrill of skyrocketing click counts!

*****************************************************
KEY FEATURES:
1. User-friendly GUI for settings.
2. Automatic red eye detection and removal system.
3. Comes with the most optimised settings (from 1 year of experience)
4. Custom keybindings to start and stop the clicker.

HOW TO USE:
1. Install the extension and go to https://popcat.click.
2. The clicker should be running! If you're satisfied, you're done!
3. If necessary, you can adjust the speed of the clicker from the popup menu!

TRIVIAS:
1. DO NOT go too fast! The game has a system that detects bot clicking, the eyes of the cat will turn red if it detects so. Although we have a red eye detection and removal system on board, it is recommended to leave the settings as default for maximum efficiency!
2. This clicker can still work even if the screen is not focused! Unlike traditional clicker, this clicker uses a special method to register clicks! Feel free to watch videos while this clicker is working for you in the background!
3. For any bug reports or feature suggestions, please send me an email!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên POPCAT HACK POPCAT HACK
ID eccbdllelaajpodcngjbmejmdmfebjkg
URL Chính Thức https://chromewebstore.google.com/detail/popcat-hack/eccbdllelaajpodcngjbmejmdmfebjkg
Mô tả The BEST autoclicker made for POPCAT, developed and used by the Hong Kong Champion!
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2023-07-18
Đánh Giá 4.52/5 Tổng số 25 Đánh Giá
Nhà Phát Triển mrericwong
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POPCAT HACK",
    "description": "The BEST autoclicker made for POPCAT, developed and used by the Hong Kong Champion!",
    "version": "1.2.1",
    "manifest_version": 3,
    "author": {
        "name": "mrericwong",
        "url": "https:\/\/github.com\/mrericwong"
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "commands": {
        "toggle-clicker": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            },
            "description": "Toggle Clicker"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/popcat.click\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/popcat.click\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ]
}