Poe.trade Whispers - Tool for Path of Exile

Tracks whether you've whispered someone.

Apa itu Poe.trade Whispers - Tool for Path of Exile?

Poe.trade Whispers - Tool for Path of Exile adalah ekstensi Chrome yang dikembangkan oleh Stephen Poole, dan fitur utamanya adalah "Tracks whether you've whispered someone.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Poe.trade Whispers - Tool for Path of Exile

Unduh file ekstensi Poe.trade Whispers - Tool for Path of Exile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Not anymore.                    

Informasi Dasar Ekstensi

Nama Poe.trade Whispers - Tool for Path of Exile Poe.trade Whispers - Tool for Path of Exile
ID hojghhonfmmcleomjoeibkflkpdblfnm
URL Resmi https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm
Deskripsi Tracks whether you've whispered someone.
Ukuran File 48.77 KB
Jumlah Instalasi 71
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-07-22
Tanggal Publikasi 2019-06-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Stephen Poole
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://poe.trade
Bahasa yang Didukung 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"
    }
}