Tribunal Satisfaction

Tribunal Satisfaction

什麼是Tribunal Satisfaction?

Tribunal Satisfaction是由21advertise開發的Chrome擴展程式,該擴展的主要功能是“Tribunal Satisfaction”。

擴展截圖

screenshot

下載Tribunal Satisfaction擴展crx文件

下載Tribunal Satisfaction擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Tribunal Satisfaction Tribunal Satisfaction
ID iemocppdpocjbedkohcefjljdfomeejd
官方網址 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"
            ]
        }
    ]
}