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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}