Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Vad är Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Automatically seeds players as you add them.".
Tilläggsskärmbilder
Ladda ner Norcal Challonge Autoseeder-förlängningens CRX-fil
Ladda ner Norcal Challonge Autoseeder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension automatically seeds players in the Norcal region. Grundläggande Information om Tillägg
| Namn | |
| ID | ggmicnjdefgcfholdboeeakcnealkhnb |
| Officiell webbadress | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
| Beskrivning | Automatically seeds players as you add them. |
| Filstorlek | 102 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2017-02-25 |
| Publiceringsdatum | 2017-02-25 |
| Betyg | 4.25/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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
} | |