Poe.trade Whispers - Tool for Path of Exile

Tracks whether you've whispered someone.

Poe.trade Whispers - Tool for Path of Exile là gì?

Poe.trade Whispers - Tool for Path of Exile là một tiện ích mở rộng Chrome được phát triển bởi Stephen Poole, và tính năng chính của nó là "Tracks whether you've whispered someone.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Poe.trade Whispers - Tool for Path of Exile

Tải xuống các tệp mở rộng Poe.trade Whispers - Tool for Path of Exile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Not anymore.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poe.trade Whispers - Tool for Path of Exile Poe.trade Whispers - Tool for Path of Exile
ID hojghhonfmmcleomjoeibkflkpdblfnm
URL Chính Thức https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm
Mô tả Tracks whether you've whispered someone.
Kích Thước Tệp 48.77 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-07-22
Ngày Phát Hành 2019-06-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Stephen Poole
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://poe.trade
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}