POEFast

Finding fast traders

POEFast란 무엇입니까?

POEFast은(는) keylenge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finding fast traders"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

POEFast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}