Waxpeer Extension

Extension that makes P2P possible

Qu'est-ce que Waxpeer Extension ?

Waxpeer Extension est une extension Chrome développée par https://waxpeer.com, et sa fonction principale est "Extension that makes P2P possible".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Waxpeer Extension

Téléchargez les fichiers d'extension Waxpeer Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Waxpeer Extension Waxpeer Extension
ID pmfjgkjalfcnnipmgfkeipkbehecpjbk
URL Officiel https://chromewebstore.google.com/detail/waxpeer-extension/pmfjgkjalfcnnipmgfkeipkbehecpjbk
Description Extension that makes P2P possible
Taille du Fichier 314 KB
Nombre d'Installations 25,298
Version Actuelle 2.1.4
Dernière Mise à Jour 2024-02-12
Date de Publication 2020-03-06
Évaluation 3.64/5 Total 55 Évaluations
Développeur https://waxpeer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://waxpeer.com
URL de la Page d'Aide https://waxpeer.com/faq
URL de la Page de Politique de Confidentialité https://waxpeer.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}