POEFast
Finding fast traders
POEFast क्या है?
POEFast keylenge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finding fast traders"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में POEFast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Trade faster! Path Of Exile web extension for players, showing the speed at which a given account usually responds, which allows you to trade faster through the poe.trade and official store. Nobody insults anyone there, just expresses one's opinion about the deal.
एक्सटेंशन की मूल जानकारी
नाम | POEFast |
ID | lclggkllodhflkdpdhifpgdjollilhec |
आधिकारिक URL | https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec |
विवरण | Finding fast traders |
फ़ाइल का आकार | 59.7 KB |
स्थापना संख्या | 532 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-08-18 |
प्रकाशन तिथि | 2020-11-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | keylenge |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POEFast", "description": "Finding fast traders", "version": "1.0.3", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "128.png", "48": "128.png", "128": "128.png" }, "background": { "persistent": true, "scripts": [ "jquery-1.5.1.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.pathofexile.com\/trade\/*", "https:\/\/poe.trade\/*" ], "js": [ "jquery-1.5.1.min.js", "script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "https:\/\/etalon-go.ru\/*" ] } |