Tribunal Satisfaction
Tribunal Satisfaction
Wat is Tribunal Satisfaction?
Tribunal Satisfaction is een Chrome-extensie ontwikkeld door 21advertise, en de belangrijkste functie is "Tribunal Satisfaction".
Extensie Screenshots
Download het CRX-bestand van de extensie Tribunal Satisfaction
Download Tribunal Satisfaction-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Helps to keep trace of your League of Legends Tribunal Cases.
Basisinformatie over de Extensie
Naam | Tribunal Satisfaction |
ID | iemocppdpocjbedkohcefjljdfomeejd |
Officiële URL | https://chromewebstore.google.com/detail/tribunal-satisfaction/iemocppdpocjbedkohcefjljdfomeejd |
Beschrijving | Tribunal Satisfaction |
Bestandsgrootte | 595 KB |
Aantal Installaties | 35 |
Huidige Versie | 0.32 |
Laatst Bijgewerkt | 2012-09-09 |
Publicatiedatum | 2012-09-09 |
Beoordeling | 3.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | 21advertise |
Betalingswijze | free |
Extensiewebsite | http://www.reddit.com/r/leagueoflegends/comments/xc70k/tribunal_satisfaction_chrome_extension/ |
Ondersteunde Talen | 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" ] } ] } |