Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

Sonic PopCatคืออะไร?

Sonic PopCat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theprogrammersleigh และคุณลักษณะหลักของมันคือ "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards"

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

screenshot

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

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

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

                        PopCat isn't about fun, it's about dominating the competition. This is a simple browser extension to automate your clicking and let you help your country ascend the ranks of the PopCat leaderboards.                    

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

ชื่อ Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
คำอธิบาย The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
ขนาดไฟล์ 27.44 KB
จำนวนการติดตั้ง 9,111
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-10-19
วันที่เผยแพร่ 2022-01-13
คะแนน 3.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา theprogrammersleigh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
URL หน้าช่วยเหลือ https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sonic PopCat",
    "description": "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/popcat.click\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "pop.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/sonicpop-48.png",
        "128": "images\/sonicpop-128.png"
    },
    "action": {
        "default_icon": {
            "48": "images\/sonicpop-48.png",
            "128": "images\/sonicpop-128.png"
        },
        "default_title": "Sonic PopCat"
    }
}