POEFast

Finding fast traders

POEFastとは何ですか?

POEFastはkeylengeによって開発されたChromeの拡張機能で、その主な機能は「Finding fast traders」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Trade faster!
Path Of Exile web extension for players, showing the speed at which a given account usually responds, which allows you to trade faster through the poe.trade  and official store.

Nobody insults anyone there, just expresses one's opinion about the deal.                    

拡張機能の基本情報

名前 POEFast POEFast
ID lclggkllodhflkdpdhifpgdjollilhec
公式URL https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec
説明 Finding fast traders
ファイルサイズ 59.7 KB
インストール数 532
現在のバージョン 1.0.3
最終更新日 2022-08-18
公開日 2020-11-17
評価 5.00/5 合計 1 レビュー
開発者 keylenge
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "POEFast",
    "description": "Finding fast traders",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-1.5.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pathofexile.com\/trade\/*",
                "https:\/\/poe.trade\/*"
            ],
            "js": [
                "jquery-1.5.1.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/etalon-go.ru\/*"
    ]
}