Bettor Status
Puts the betting status of the person in their avatar
什么是Bettor Status?
Bettor Status是由numone开发的Chrome扩展程序,该扩展的主要功能是“Puts the betting status of the person in their avatar”。
扩展截图
下载Bettor Status扩展crx文件
下载Bettor Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension shows the Bettor Status values for d2jsp.org's sports section.
扩展基本信息
名称 | Bettor Status |
ID | hgedgefiljjjkodpjodmnldkbeimdgam |
官方URL | https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam |
简介 | Puts the betting status of the person in their avatar |
文件大小 | 40.56 KB |
安装次数 | 49 |
当前版本 | 3.5 |
更新时间 | 2015-09-09 |
上架时间 | 2015-09-08 |
评分 | 5.00/5 共6次评分 |
开发者 | numone |
付费类型 | free |
扩展官网 | http://www.d2jsp.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-1.7.0.min.js", "BettorStatus.js" ], "matches": [ "http:\/\/forums.d2jsp.org\/*" ] } ], "description": "Puts the betting status of the person in their avatar", "name": "Bettor Status", "permissions": [ "https:\/\/raw.githubusercontent.com\/numone\/bettor-status-d2jsp\/devel\/lists\/*" ], "version": "3.5", "manifest_version": 2 } |