Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

What is Sonic PopCat?

Sonic PopCat is a Chrome extension developed by theprogrammersleigh, and its main feature is "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards".

Extension Screenshots

screenshot

Download Sonic PopCat Extension CRX File

Download Sonic PopCat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
Official URL https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
Description The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
File Size 27.44 KB
Installation Count 9,111
Current Version 1.0
Last Updated 2022-10-19
Publish Date 2022-01-13
Rating 3.57/5 Total 7 Ratings
Developer theprogrammersleigh
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Help Page URL https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
Supported Languages 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"
    }
}