Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

Qu'est-ce que Sonic PopCat ?

Sonic PopCat est une extension Chrome développée par theprogrammersleigh, et sa fonction principale est "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sonic PopCat

Téléchargez les fichiers d'extension Sonic PopCat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
URL Officiel https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
Description The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Taille du Fichier 27.44 KB
Nombre d'Installations 9,111
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-19
Date de Publication 2022-01-13
Évaluation 3.57/5 Total 7 Évaluations
Développeur theprogrammersleigh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
URL de la Page d'Aide https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Langues Prises en Charge 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"
    }
}