Tribunal Satisfaction
Tribunal Satisfaction
什么是Tribunal Satisfaction?
Tribunal Satisfaction是由21advertise开发的Chrome扩展程序,该扩展的主要功能是“Tribunal Satisfaction”。
扩展截图
下载Tribunal Satisfaction扩展crx文件
下载Tribunal Satisfaction扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps to keep trace of your League of Legends Tribunal Cases.
扩展基本信息
名称 | 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" ] } ] } |