csgo.expert

To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!

Was ist csgo.expert?

csgo.expert ist eine Chrome-Erweiterung, die von http://csgo.expert entwickelt wurde, und ihr Hauptmerkmal ist "To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

csgo.expert-Erweiterungs-CRX-Datei herunterladen

Laden Sie csgo.expert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Sell CS:GO skins easy with CS:GO EXPERT Extension.
It is an app to help you sell CS:GO skins fast and safely on csgo.expert website. 

When your listed item on CsgoExpert is purchased, the extension initiates trade with the buyer and will ask you to verify the trade in mobile authenticator app.

Also, the extension will automatically accept trade from seller when you purchase a skin once the trade offer is created.                    

Grundlegende Informationen zur Erweiterung

Name csgo.expert csgo.expert
ID lceoemkhmadpekdeidceikobcbagmglf
Offizielle URL https://chrome.google.com/webstore/detail/csgoexpert/lceoemkhmadpekdeidceikobcbagmglf
Beschreibung To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!
Dateigröße 69.02 KB
Installationsanzahl 438
Aktuelle Version 1.13
Letztes Update 2021-05-22
Veröffentlichungsdatum 2020-12-22
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler http://csgo.expert
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://csgo.expert/
Hilfeseite URL https://csgo.expert/en/support
URL der Datenschutzrichtlinien-Seite https://csgo.expert/en/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "csgo.expert",
    "version": "1.13",
    "icons": {
        "128": "img.png"
    },
    "description": "To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/axios.js",
            "scripts\/jquery.signalr.min.js",
            "scripts\/steamManager.js",
            "scripts\/setHeaderChrom.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "main.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/csgo.expert\/*",
            "*:\/\/front.csgo.expert\/"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/csgo.expert\/*",
        "*:\/\/front.csgo.expert\/",
        "https:\/\/steamcommunity.com\/tradeoffer\/new\/send",
        "https:\/\/steamcommunity.com\/",
        "*:\/\/api.steampowered.com\/*",
        "https:\/\/api.csgo.expert\/api\/*"
    ]
}