CSGO.exchange Auto retrieve

Auto retrieve

Cos'è CSGO.exchange Auto retrieve?

CSGO.exchange Auto retrieve è un'estensione di Chrome sviluppata da https://www.protogalaxy.me, e la sua funzione principale è "Auto retrieve".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSGO.exchange Auto retrieve

Scarica i file di estensione CSGO.exchange Auto retrieve in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange.                    

Informazioni di Base sull'Estensione

Nome CSGO.exchange Auto retrieve CSGO.exchange Auto retrieve
ID pgocnhcnmcbeidhipdcpnolnenapnnog
URL Ufficiale https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog
Descrizione Auto retrieve
Dimensione del File 116 KB
Conteggio Installazioni 70
Versione Corrente 1.5
Ultimo Aggiornamento 2017-10-31
Data di Pubblicazione 2017-10-31
Sviluppatore https://www.protogalaxy.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.protogalaxy.me/csgo-exchange-autoretrieve/
URL della Pagina di Aiuto https://github.com/CauserLee/CSGO.exchange-Autoretrieve
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSGO.exchange Auto retrieve",
    "author": "Arthur.Lee",
    "version": "1.5",
    "description": "Auto retrieve",
    "icons": {
        "128": "action.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/csgo.exchange\/"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "logic.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/csgo.exchange\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Auto retrieve",
        "default_icon": "action.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "logic.js"
    ]
}