Tribunal Satisfaction

Tribunal Satisfaction

What is Tribunal Satisfaction?

Tribunal Satisfaction is a Chrome extension developed by 21advertise, and its main feature is "Tribunal Satisfaction".

Extension Screenshots

screenshot

Download Tribunal Satisfaction Extension CRX File

Download Tribunal Satisfaction extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tribunal Satisfaction Tribunal Satisfaction
ID iemocppdpocjbedkohcefjljdfomeejd
Official URL https://chromewebstore.google.com/detail/tribunal-satisfaction/iemocppdpocjbedkohcefjljdfomeejd
Description Tribunal Satisfaction
File Size 595 KB
Installation Count 35
Current Version 0.32
Last Updated 2012-09-09
Publish Date 2012-09-09
Rating 3.25/5 Total 12 Ratings
Developer 21advertise
Payment Type free
Extension Website http://www.reddit.com/r/leagueoflegends/comments/xc70k/tribunal_satisfaction_chrome_extension/
Supported Languages 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"
            ]
        }
    ]
}