Bettor Status
Puts the betting status of the person in their avatar
What is Bettor Status?
Bettor Status is a Chrome extension developed by numone, and its main feature is "Puts the betting status of the person in their avatar".
Extension Screenshots
Download Bettor Status Extension CRX File
Download Bettor Status 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
This extension shows the Bettor Status values for d2jsp.org's sports section.
Extension Basic Information
Name | Bettor Status |
ID | hgedgefiljjjkodpjodmnldkbeimdgam |
Official URL | https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam |
Description | Puts the betting status of the person in their avatar |
File Size | 40.56 KB |
Installation Count | 49 |
Current Version | 3.5 |
Last Updated | 2015-09-09 |
Publish Date | 2015-09-08 |
Rating | 5.00/5 Total 6 Ratings |
Developer | numone |
Payment Type | free |
Extension Website | http://www.d2jsp.org |
Supported Languages | 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 } |