Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Cos'è Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Automatically seeds players as you add them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Norcal Challonge Autoseeder
Scarica i file di estensione Norcal Challonge Autoseeder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension automatically seeds players in the Norcal region. Informazioni di Base sull'Estensione
| Nome | |
| ID | ggmicnjdefgcfholdboeeakcnealkhnb |
| URL Ufficiale | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
| Descrizione | Automatically seeds players as you add them. |
| Dimensione del File | 102 KB |
| Conteggio Installazioni | 12 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2017-02-25 |
| Data di Pubblicazione | 2017-02-25 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |