Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

Apa itu Sonic PopCat?

Sonic PopCat adalah ekstensi Chrome yang dikembangkan oleh theprogrammersleigh, dan fitur utamanya adalah "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sonic PopCat

Unduh file ekstensi Sonic PopCat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
URL Resmi https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
Deskripsi The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Ukuran File 27.44 KB
Jumlah Instalasi 9,111
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-19
Tanggal Publikasi 2022-01-13
Penilaian 3.57/5 Total 7 Penilaian
Pengembang theprogrammersleigh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
URL Halaman Bantuan https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Bahasa yang Didukung 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"
    }
}