Waxpeer Extension
Extension that makes P2P possible
Waxpeer Extension क्या है?
Waxpeer Extension https://waxpeer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that makes P2P possible"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Waxpeer Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WAXPEER is a marketplace for safe and quick sales of skins using the p2p system (player to player). This extension is designed for secure trading and trade confirmation. Functionality Creating Steam api (to get information about transactions and automatic confirmation) Generating trade – to automatically create a trade after purchasing your skins. You just have to confirm it on your phone Auto Accept function. You can turn on or off the function of automatic gift acceptance. Transaction confirmation function. By means of the Steam api key we get informed on whether the transaction is successfully completed or not. Please do not delete or change the Steam api key in order to avoid any errors. You cannot sell skins on Waxpeer without installing this extension. It will safeguard you against the risk of fraud and make your sales on Waxpeer almost instant. All you have to do is to confirm the transaction on your phone. Link: https://about.waxpeer.com/ https://waxpeer.com/faq UPD. 11/27/2020 Removed alarms permission Improved websocket connection UPD 05/22 Added ability to automatically cancel a trade UPD 11/11 Correcting link for steam
एक्सटेंशन की मूल जानकारी
नाम | Waxpeer Extension |
ID | pmfjgkjalfcnnipmgfkeipkbehecpjbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/waxpeer-extension/pmfjgkjalfcnnipmgfkeipkbehecpjbk |
विवरण | Extension that makes P2P possible |
फ़ाइल का आकार | 314 KB |
स्थापना संख्या | 25,298 |
वर्तमान संस्करण | 2.1.4 |
अंतिम अपडेट | 2024-02-12 |
प्रकाशन तिथि | 2020-03-06 |
रेटिंग | 3.64/5 कुल 55 रेटिंग्स |
डेवलपर | https://waxpeer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://waxpeer.com |
सहायता पृष्ठ URL | https://waxpeer.com/faq |
गोपनीयता नीति पृष्ठ URL | https://waxpeer.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waxpeer Extension", "manifest_version": 3, "version": "2.1.4", "description": "Extension that makes P2P possible", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/*", "*:\/\/steampowered.com\/*" ], "js": [ "src\/content\/steam-script.js" ], "run_at": "document_start" } ], "action": { "default_title": "Waxpeer Extension", "default_popup": "src\/popup.html" }, "minimum_chrome_version": "116", "background": { "service_worker": "src\/background.js" }, "permissions": [ "storage", "offscreen", "notifications", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/waxpeer.com\/*", "*:\/\/steamcommunity.com\/*", "*:\/\/api.steampowered.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/waxpeer.com\/*" ], "resources": [ "*.js", "public\/buy_pick.mp3" ] } ] } |