Sonic PopCat
The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Hvad er Sonic PopCat?
Sonic PopCat er en Chrome-udvidelse udviklet af theprogrammersleigh, og dens hovedfunktion er "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".
Udvidelsesskærmbilleder
Download Sonic PopCat-udvidelses-CRX-fil
Download Sonic PopCat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fbkdljphhnfffemikhdeigmlpclcnhib |
| Officiel URL | https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib |
| Beskrivelse | The Quickest Automated Tool to Rise Up in the PopCat Leaderboards |
| Filstørrelse | 27.44 KB |
| Antal Installationer | 9,111 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-10-19 |
| Udgivelsesdato | 2022-01-13 |
| Bedømmelse | 3.57/5 Samlet 7 Bedømmelser |
| Udvikler | theprogrammersleigh |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Hjælpeside-URL | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Understøttede Sprog | 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"
}
} | |