PokeClick

PokeClick

PokeClickとは何ですか?

PokeClickはUnknownによって開発されたChromeの拡張機能で、その主な機能は「PokeClick」です。

拡張機能のスクリーンショット

screenshot
screenshot

PokeClick拡張機能のCRXファイルをダウンロード

PokeClick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Pokerclicker game Helper
Using for auto breeding, auto plant all in farm, auto dig in Underground, auto battle in Dungeon.                    

拡張機能の基本情報

名前 PokeClick PokeClick
ID ddkliiaolnmodbepobjelbgmhkijlljd
公式URL https://chromewebstore.google.com/detail/pokeclick/ddkliiaolnmodbepobjelbgmhkijlljd
説明 PokeClick
ファイルサイズ 13.73 KB
インストール数 34
現在のバージョン 0.1
最終更新日 2021-12-30
公開日 2021-12-29
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PokeClick",
    "description": "PokeClick",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/idlegame.gitee.io\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "http:\/\/idlegame.gitee.io\/*"
            ]
        }
    ]
}