Tribunal Satisfaction

Tribunal Satisfaction

Tribunal Satisfactionคืออะไร?

Tribunal Satisfaction เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 21advertise และคุณลักษณะหลักของมันคือ "Tribunal Satisfaction"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tribunal Satisfaction

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

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

                        Helps to keep trace of your League of Legends Tribunal Cases.                    

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

ชื่อ Tribunal Satisfaction Tribunal Satisfaction
ID iemocppdpocjbedkohcefjljdfomeejd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tribunal-satisfaction/iemocppdpocjbedkohcefjljdfomeejd
คำอธิบาย Tribunal Satisfaction
ขนาดไฟล์ 595 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.32
อัปเดตครั้งล่าสุด 2012-09-09
วันที่เผยแพร่ 2012-09-09
คะแนน 3.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา 21advertise
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.reddit.com/r/leagueoflegends/comments/xc70k/tribunal_satisfaction_chrome_extension/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tribunal Satisfaction",
    "version": "0.32",
    "manifest_version": 2,
    "description": "Tribunal Satisfaction",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.leagueoflegends.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.leagueoflegends.com\/*"
            ],
            "css": [],
            "js": [
                "jquery.min.js",
                "tribSat.js"
            ]
        }
    ]
}