Sonic PopCat
The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
¿Qué es Sonic PopCat?
Sonic PopCat es una extensión de Chrome desarrollada por theprogrammersleigh, y su función principal es "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sonic PopCat
Descarga archivos de extensión Sonic PopCat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Sonic PopCat |
ID | fbkdljphhnfffemikhdeigmlpclcnhib |
URL Oficial | https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib |
Descripción | The Quickest Automated Tool to Rise Up in the PopCat Leaderboards |
Tamaño del Archivo | 27.44 KB |
Cantidad de Instalaciones | 9,111 |
Versión Actual | 1.0 |
Última Actualización | 2022-10-19 |
Fecha de Publicación | 2022-01-13 |
Calificación | 3.57/5 Total de 7 Calificaciones |
Desarrollador | theprogrammersleigh |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
URL de la Página de Ayuda | https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q |
Idiomas Soportados | 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" } } |