csgo.expert

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

Wat is csgo.expert?

csgo.expert is een Chrome-extensie ontwikkeld door http://csgo.expert, en de belangrijkste functie is "To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie csgo.expert

Download csgo.expert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam csgo.expert csgo.expert
ID lceoemkhmadpekdeidceikobcbagmglf
Officiële URL https://chrome.google.com/webstore/detail/csgoexpert/lceoemkhmadpekdeidceikobcbagmglf
Beschrijving To work on the csgo.expert website. The extension creates deals between users and auto accepts incoming trade offers from sellers!
Bestandsgrootte 69.02 KB
Aantal Installaties 438
Huidige Versie 1.13
Laatst Bijgewerkt 2021-05-22
Publicatiedatum 2020-12-22
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar http://csgo.expert
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://csgo.expert/
Help Pagina-URL https://csgo.expert/en/support
URL van de Privacybeleid Pagina https://csgo.expert/en/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}