Sonic PopCat
The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
Co to jest Sonic PopCat?
Sonic PopCat to rozszerzenie Chrome opracowane przez theprogrammersleigh, a jego główną funkcją jest „The Quickest Automated Tool to Rise Up in the PopCat Leaderboards”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sonic PopCat
Pobierz pliki rozszerzeń Sonic PopCat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fbkdljphhnfffemikhdeigmlpclcnhib |
| Oficjalny URL | https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib |
| Opis | The Quickest Automated Tool to Rise Up in the PopCat Leaderboards |
| Rozmiar pliku | 27.44 KB |
| Liczba instalacji | 9,111 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-10-19 |
| Data Publikacji | 2022-01-13 |
| Ocena | 3.57/5 Łącznie 7 Oceny |
| Deweloper | theprogrammersleigh |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Adres URL Strony Pomocy | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
| Obsługiwane Języki | 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"
}
} | |