Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Co to jest Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Automatically seeds players as you add them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Norcal Challonge Autoseeder
Pobierz pliki rozszerzeń Norcal Challonge Autoseeder 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 automatically seeds players in the Norcal region.
Podstawowe informacje o rozszerzeniu
Nazwa | Norcal Challonge Autoseeder |
ID | ggmicnjdefgcfholdboeeakcnealkhnb |
Oficjalny URL | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
Opis | Automatically seeds players as you add them. |
Rozmiar pliku | 102 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2017-02-25 |
Data Publikacji | 2017-02-25 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Norcal Challonge Autoseeder", "version": "1.0.4", "description": "Automatically seeds players as you add them.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "38": "icon-38.png" }, "default_title": "Automatically seeds players as you add them." }, "content_scripts": [ { "matches": [ "http:\/\/*.challonge.com\/*\/participants", "http:\/\/challonge.com\/*\/participants" ], "run_at": "document_start", "all_frames": true, "js": [ "jquery-2.1.4.js", "content-script.js" ] } ], "web_accessible_resources": [ "injected-script.js" ], "permissions": [ "declarativeContent", "http:\/\/challonge.com\/*\/participants" ], "icons": { "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |