Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

Sonic PopCat क्या है?

Sonic PopCat theprogrammersleigh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Quickest Automated Tool to Rise Up in the PopCat Leaderboards"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sonic PopCat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sonic PopCat Sonic PopCat
ID fbkdljphhnfffemikhdeigmlpclcnhib
आधिकारिक URL https://chromewebstore.google.com/detail/sonic-popcat/fbkdljphhnfffemikhdeigmlpclcnhib
विवरण The Quickest Automated Tool to Rise Up in the PopCat Leaderboards
फ़ाइल का आकार 27.44 KB
स्थापना संख्या 9,111
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-10-19
प्रकाशन तिथि 2022-01-13
रेटिंग 3.57/5 कुल 7 रेटिंग्स
डेवलपर theprogrammersleigh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
सहायता पृष्ठ URL https://www.youtube.com/channel/UC3WAm6xBAjoXJVhG8FXZm_Q
समर्थित भाषाएँ 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"
    }
}