Tribunal Satisfaction

Tribunal Satisfaction

Cos'è Tribunal Satisfaction?

Tribunal Satisfaction è un'estensione di Chrome sviluppata da 21advertise, e la sua funzione principale è "Tribunal Satisfaction".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tribunal Satisfaction

Scarica i file di estensione Tribunal Satisfaction in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tribunal Satisfaction Tribunal Satisfaction
ID iemocppdpocjbedkohcefjljdfomeejd
URL Ufficiale https://chromewebstore.google.com/detail/tribunal-satisfaction/iemocppdpocjbedkohcefjljdfomeejd
Descrizione Tribunal Satisfaction
Dimensione del File 595 KB
Conteggio Installazioni 35
Versione Corrente 0.32
Ultimo Aggiornamento 2012-09-09
Data di Pubblicazione 2012-09-09
Valutazione 3.25/5 Totale 12 Valutazioni
Sviluppatore 21advertise
Tipo di Pagamento free
Sito Web dell'Estensione http://www.reddit.com/r/leagueoflegends/comments/xc70k/tribunal_satisfaction_chrome_extension/
Lingue Supportate 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"
            ]
        }
    ]
}