CSGO.exchange Auto retrieve

Auto retrieve

Apa itu CSGO.exchange Auto retrieve?

CSGO.exchange Auto retrieve adalah ekstensi Chrome yang dikembangkan oleh https://www.protogalaxy.me, dan fitur utamanya adalah "Auto retrieve".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CSGO.exchange Auto retrieve

Unduh file ekstensi CSGO.exchange Auto retrieve dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CSGO.exchange Auto retrieve CSGO.exchange Auto retrieve
ID pgocnhcnmcbeidhipdcpnolnenapnnog
URL Resmi https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog
Deskripsi Auto retrieve
Ukuran File 116 KB
Jumlah Instalasi 70
Versi Saat Ini 1.5
Terakhir Diperbarui 2017-10-31
Tanggal Publikasi 2017-10-31
Pengembang https://www.protogalaxy.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.protogalaxy.me/csgo-exchange-autoretrieve/
URL Halaman Bantuan https://github.com/CauserLee/CSGO.exchange-Autoretrieve
Bahasa yang Didukung 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"
    ]
}