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 Stephen Poole द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracks whether you've whispered someone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poe.trade Whispers - Tool for Path of Exile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}