Waxpeer Extension
Extension that makes P2P possible
Waxpeer Extensionとは何ですか?
Waxpeer Extensionはhttps://waxpeer.comによって開発されたChromeの拡張機能で、その主な機能は「Extension that makes P2P possible」です。
拡張機能のスクリーンショット
Waxpeer Extension拡張機能のCRXファイルをダウンロード
Waxpeer Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |