Bettor Status
Puts the betting status of the person in their avatar
Wat is Bettor Status?
Bettor Status is een Chrome-extensie ontwikkeld door numone, en de belangrijkste functie is "Puts the betting status of the person in their avatar".
Extensie Screenshots
Download het CRX-bestand van de extensie Bettor Status
Download Bettor Status-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
This extension shows the Bettor Status values for d2jsp.org's sports section. Basisinformatie over de Extensie
| Naam | |
| ID | hgedgefiljjjkodpjodmnldkbeimdgam |
| Officiële URL | https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam |
| Beschrijving | Puts the betting status of the person in their avatar |
| Bestandsgrootte | 40.56 KB |
| Aantal Installaties | 49 |
| Huidige Versie | 3.5 |
| Laatst Bijgewerkt | 2015-09-09 |
| Publicatiedatum | 2015-09-08 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | numone |
| Betalingswijze | free |
| Extensiewebsite | http://www.d2jsp.org |
| Ondersteunde Talen | 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
} | |