Sonic PopCat
The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Vad är Sonic PopCat?
Sonic PopCat är en Chrome-tillägg utvecklad av theprogrammersleigh, och dess huvudfunktion är "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".
Tilläggsskärmbilder
Ladda ner Sonic PopCat-förlängningens CRX-fil
Ladda ner Sonic PopCat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fbkdljphhnfffemikhdeigmlpclcnhib |
| Officiell webbadress | https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib |
| Beskrivning | The Quickest Automated Tool to Rise Up in the PopCat Leaderboards |
| Filstorlek | 27.44 KB |
| Antal Installationer | 9,111 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-10-19 |
| Publiceringsdatum | 2022-01-13 |
| Betyg | 3.57/5 Totalt 7 Betyg |
| Utvecklare | theprogrammersleigh |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Hjälpsida URL | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Stödda Språk | 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"
}
} | |