Popcat Bot

🤖 Auto click bot 🚀

What is Popcat Bot?

Popcat Bot is a Chrome extension developed by sanyu1225, and its main feature is "🤖 Auto click bot 🚀".

Extension Screenshots

screenshot

Download Popcat Bot Extension CRX File

Download Popcat Bot 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

                        auto click bot
一個可以快速點擊鍵盤上的按鍵的插件!
衝吧讓你的國家衝到第一吧!
只需要單擊按鈕,可客製化速度 次數,達到連點效果。                    

Extension Basic Information

Name Popcat Bot Popcat Bot
ID djomnlnkjcapcnngcalcgnamippdldhb
Official URL https://chromewebstore.google.com/detail/popcat-bot/djomnlnkjcapcnngcalcgnamippdldhb
Description 🤖 Auto click bot 🚀
File Size 347 KB
Installation Count 8,539
Current Version 1.0.4
Last Updated 2022-03-28
Publish Date 2021-08-18
Rating 2.90/5 Total 10 Ratings
Developer sanyu1225
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Popcat Bot",
    "description": "\ud83e\udd16 Auto click bot \ud83d\ude80",
    "version": "1.0.4",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "\ud83e\udd16 Auto click bot \ud83d\ude80",
        "default_icon": {
            "16": "\/img\/16.png",
            "38": "\/img\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/img\/16.png",
        "48": "\/img\/48.png",
        "128": "\/img\/128.png"
    }
}