Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Hvad er Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Automatically seeds players as you add them.".
Udvidelsesskærmbilleder
Download Norcal Challonge Autoseeder-udvidelses-CRX-fil
Download Norcal Challonge Autoseeder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension automatically seeds players in the Norcal region. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ggmicnjdefgcfholdboeeakcnealkhnb |
| Officiel URL | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
| Beskrivelse | Automatically seeds players as you add them. |
| Filstørrelse | 102 KB |
| Antal Installationer | 12 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2017-02-25 |
| Udgivelsesdato | 2017-02-25 |
| Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |