Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

Sonic PopCat là gì?

Sonic PopCat là một tiện ích mở rộng Chrome được phát triển bởi theprogrammersleigh, và tính năng chính của nó là "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".

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

screenshot

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

Tải xuống các tệp mở rộng Sonic PopCat 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

                        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.                    

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

Tên Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
URL Chính Thức https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
Mô tả The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Kích Thước Tệp 27.44 KB
Số Lần Cài Đặt 9,111
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-10-19
Ngày Phát Hành 2022-01-13
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển theprogrammersleigh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
URL Trang Trợ Giúp https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}