Better PathOfExile Trading

A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…

Better PathOfExile Trading क्या है?

Better PathOfExile Trading Exile Center द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Better PathOfExile Trading एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A browser extension that enhances the pathofexile.com/trade experience.

Features:
- Bookmarks manager
- Equivalent pricing calculator (powered by poe.ninja)
- Searched mods highlighting
- Trade search history
- Tab title live search indicator
- Tab titles based on current trade                    

एक्सटेंशन की मूल जानकारी

नाम Better PathOfExile Trading Better PathOfExile Trading
ID fhlinfpmdlijegjlpgedcmglkakaghnk
आधिकारिक URL https://chromewebstore.google.com/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk
विवरण A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 145,914
वर्तमान संस्करण 1.7.2
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-06-15
रेटिंग 4.47/5 कुल 103 रेटिंग्स
डेवलपर Exile Center
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/exile-center/better-trading
सहायता पृष्ठ URL https://github.com/exile-center/better-trading/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.pathofexile.com\/trade*"
            ],
            "js": [
                "assets\/vendor.js",
                "assets\/better-trading.js"
            ],
            "css": [
                "assets\/vendor.css",
                "assets\/better-trading.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/poe.ninja\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                "*:\/\/www.pathofexile.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "name": "Better PathOfExile Trading",
    "description": ""
}