Bettor Status
Puts the betting status of the person in their avatar
Co to jest Bettor Status?
Bettor Status to rozszerzenie Chrome opracowane przez numone, a jego główną funkcją jest „Puts the betting status of the person in their avatar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bettor Status
Pobierz pliki rozszerzeń Bettor Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension shows the Bettor Status values for d2jsp.org's sports section.
Podstawowe informacje o rozszerzeniu
Nazwa | Bettor Status |
ID | hgedgefiljjjkodpjodmnldkbeimdgam |
Oficjalny URL | https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam |
Opis | Puts the betting status of the person in their avatar |
Rozmiar pliku | 40.56 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 3.5 |
Ostatnia Aktualizacja | 2015-09-09 |
Data Publikacji | 2015-09-08 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | numone |
Typ Płatności | free |
Strona Rozszerzenia | http://www.d2jsp.org |
Obsługiwane Języki | 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 } |