Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

Wat is Sonic PopCat?

Sonic PopCat is een Chrome-extensie ontwikkeld door theprogrammersleigh, en de belangrijkste functie is "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sonic PopCat

Download Sonic PopCat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
Officiële URL https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
Beschrijving The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Bestandsgrootte 27.44 KB
Aantal Installaties 9,111
Huidige Versie 1.0
Laatst Bijgewerkt 2022-10-19
Publicatiedatum 2022-01-13
Beoordeling 3.57/5 Totaal 7 Beoordelingen
Ontwikkelaar theprogrammersleigh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Help Pagina-URL https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Ondersteunde Talen 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"
    }
}