Dota2Lounge items checker

Easy getting information about item on dota2lounge from dota-trade

Dota2Lounge items checkerคืออะไร?

Dota2Lounge items checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxim Zhukov และคุณลักษณะหลักของมันคือ "Easy getting information about item on dota2lounge from dota-trade"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dota2Lounge items checker

ดาวน์โหลดไฟล์ส่วนขยาย Dota2Lounge items checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dota2Lounge items checker Dota2Lounge items checker
ID aifjbklilhppfacmhphcgkllilfehack
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack
คำอธิบาย Easy getting information about item on dota2lounge from dota-trade
ขนาดไฟล์ 39.56 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-11-26
วันที่เผยแพร่ 2013-11-26
คะแนน 3.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Maxim Zhukov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}