Dota2Lounge items checker

Easy getting information about item on dota2lounge from dota-trade

Apa itu Dota2Lounge items checker?

Dota2Lounge items checker adalah ekstensi Chrome yang dikembangkan oleh Maxim Zhukov, dan fitur utamanya adalah "Easy getting information about item on dota2lounge from dota-trade".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dota2Lounge items checker

Unduh file ekstensi Dota2Lounge items checker 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

                                            

Informasi Dasar Ekstensi

Nama Dota2Lounge items checker Dota2Lounge items checker
ID aifjbklilhppfacmhphcgkllilfehack
URL Resmi https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack
Deskripsi Easy getting information about item on dota2lounge from dota-trade
Ukuran File 39.56 KB
Jumlah Instalasi 101
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2013-11-26
Tanggal Publikasi 2013-11-26
Penilaian 3.42/5 Total 12 Penilaian
Pengembang Maxim Zhukov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota2Lounge items checker",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Easy getting information about item on dota2lounge from dota-trade",
    "browser_action": {
        "default_title": "Dota2Lounge items checker",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "48": "img\/logo_48x48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/core.js"
            ],
            "css": [
                "\/css\/core.css"
            ],
            "matches": [
                "http:\/\/dota2lounge.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/jquery.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}