POPCAT HACK

Autoclicker for POPCAT that won't be affected by the RED EYES.

POPCAT HACKคืออะไร?

POPCAT HACK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย groupdollar และคุณลักษณะหลักของมันคือ "Autoclicker for POPCAT that won't be affected by the RED EYES."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POPCAT HACK

ดาวน์โหลดไฟล์ส่วนขยาย POPCAT HACK ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Autoclicker for POPCAT will not be affected by EYES.
This is an autoclicker for the popular internet game - POPCAT. This auto clicker allows you to customize the time interval between each click and start/stop the clicker through the control panel. Auto-click starts clicking when you visit https://popcat.click.

*********************************************
Update v0.1.4:
- Toggle the automatic clicker brought to the interface popup
- Set time between each pop-up extension click
- See the scoreboard at a glance with the pop-up extension
- Share the score of the inviting country and friends to play the game on the heat platforms: Twitter, Facebook and Linkedin.

*********************************************
USAGE INSTRUCTIONS:
** Function:
1. Auto click cat photo
2. Turn on/Turn off auto click
3. View and quickly search your country scores on the scoreboard popup extension.
4. Share and invite friends to play games.

** How to use functions:
1. Set the time (in milliseconds) between clicks of the pop-up extension.
2. Open the popcat.click page autoclick will run automatically.
3. Enable/disable autoclick in left pop-up window.
4. See your country score in the left pop-up window.

**ADVICE :
Each IP can add permission to send 800 clicks to the server every 30 seconds. If pass Rate Rate, clicks will not be counted in your country.

**Note:
This utility extension also automatically removes red-eye mode each time it activates, but you should not do it too quickly because of many times.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ POPCAT HACK POPCAT HACK
ID fbnfjhmfodkfmdmpbkmioepjojfnfnol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popcat-hack/fbnfjhmfodkfmdmpbkmioepjojfnfnol
คำอธิบาย Autoclicker for POPCAT that won't be affected by the RED EYES.
ขนาดไฟล์ 434 KB
จำนวนการติดตั้ง 50,547
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2023-07-12
วันที่เผยแพร่ 2021-08-26
คะแนน 4.71/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา groupdollar
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/differenttextpolicy/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.ac34b122.49a8cee3.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.popcat.click\/*",
                "*:\/\/popcat.click\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "assets\/index.fdc3dca6.css",
                "assets\/index.ts.7c4b8552.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.popcat.click\/*",
        "*:\/\/popcat.click\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/twitter.com\/*"
    ],
    "manifest_version": 3,
    "name": "POPCAT HACK",
    "description": "Autoclicker for POPCAT that won't be affected by the RED EYES.",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "icons": {
        "16": "src\/assets\/icon16.png",
        "48": "src\/assets\/icon48.png",
        "128": "src\/assets\/icon128.png"
    },
    "version": "0.1.8",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.popcat.click\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/popcat.click\/*",
                "*:\/\/twitter.com\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.popcat.click\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/popcat.click\/*",
                "*:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/index.55adf1b1.js",
                "assets\/_commonjsHelpers.4e997714.js",
                "assets\/lodash.7c548d3f.js",
                "assets\/index.ts.ac34b122.js"
            ],
            "use_dynamic_url": true
        }
    ]
}