Poe.trade Whispers - Tool for Path of Exile

Tracks whether you've whispered someone.

Poe.trade Whispers - Tool for Path of Exileคืออะไร?

Poe.trade Whispers - Tool for Path of Exile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Poole และคุณลักษณะหลักของมันคือ "Tracks whether you've whispered someone."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poe.trade Whispers - Tool for Path of Exile

ดาวน์โหลดไฟล์ส่วนขยาย Poe.trade Whispers - Tool for Path of Exile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever whispered 32 different people, refresh the page, then forget who you already whispered?

Not anymore.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Poe.trade Whispers - Tool for Path of Exile Poe.trade Whispers - Tool for Path of Exile
ID hojghhonfmmcleomjoeibkflkpdblfnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm
คำอธิบาย Tracks whether you've whispered someone.
ขนาดไฟล์ 48.77 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-07-22
วันที่เผยแพร่ 2019-06-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Stephen Poole
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://poe.trade
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Poe.trade Whispers - Tool for Path of Exile",
    "description": "Tracks whether you've whispered someone.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poe.trade\/*"
            ],
            "js": [
                "zepto.js",
                "lodash.js",
                "lz-string.js",
                "dayjs.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "declarativeContent",
        "storage",
        "*:\/\/*.poe.trade\/*"
    ],
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}