csgo.expert

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

Τι είναι το csgo.expert;

Το csgo.expert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://csgo.expert, και η κύρια λειτουργία του είναι "To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης csgo.expert

Λήψη αρχείων επέκτασης csgo.expert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα csgo.expert csgo.expert
ID lceoemkhmadpekdeidceikobcbagmglf
Επίσημο URL https://chrome.google.com/webstore/detail/csgoexpert/lceoemkhmadpekdeidceikobcbagmglf
Περιγραφή To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!
Μέγεθος Αρχείου 69.02 KB
Αριθμός Εγκαταστάσεων 438
Τρέχουσα Έκδοση 1.13
Τελευταία Ενημέρωση 2021-05-22
Ημερομηνία Δημοσίευσης 2020-12-22
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://csgo.expert
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://csgo.expert/
Διεύθυνση URL της Σελίδας Βοήθειας https://csgo.expert/en/support
URL της Σελίδας Πολιτικής Απορρήτου https://csgo.expert/en/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}