Sonic PopCat
The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Was ist Sonic PopCat?
Sonic PopCat ist eine Chrome-Erweiterung, die von theprogrammersleigh entwickelt wurde, und ihr Hauptmerkmal ist "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".
Erweiterungsscreenshots
Sonic PopCat-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sonic PopCat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fbkdljphhnfffemikhdeigmlpclcnhib |
| Offizielle URL | https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib |
| Beschreibung | The Quickest Automated Tool to Rise Up in the PopCat Leaderboards |
| Dateigröße | 27.44 KB |
| Installationsanzahl | 9,111 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-10-19 |
| Veröffentlichungsdatum | 2022-01-13 |
| Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
| Entwickler | theprogrammersleigh |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Hilfeseite URL | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Unterstützte Sprachen | 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"
}
} | |