Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Was ist Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Automatically seeds players as you add them.".
Erweiterungsscreenshots
Norcal Challonge Autoseeder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Norcal Challonge Autoseeder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension automatically seeds players in the Norcal region. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggmicnjdefgcfholdboeeakcnealkhnb |
| Offizielle URL | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
| Beschreibung | Automatically seeds players as you add them. |
| Dateigröße | 102 KB |
| Installationsanzahl | 12 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2017-02-25 |
| Veröffentlichungsdatum | 2017-02-25 |
| Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |