Sonic PopCat

The Quickest Automated Tool to Rise Up in the PopCat Leaderboards

什么是Sonic PopCat?

Sonic PopCat是由theprogrammersleigh开发的Chrome扩展程序,该扩展的主要功能是“The Quickest Automated Tool to Rise Up in the PopCat Leaderboards”。

扩展截图

screenshot

下载Sonic PopCat扩展crx文件

下载Sonic PopCat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}