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
Eメール [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"
    }
}