Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Apa itu Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Automatically seeds players as you add them.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Norcal Challonge Autoseeder
Unduh file ekstensi Norcal Challonge Autoseeder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension automatically seeds players in the Norcal region.
Informasi Dasar Ekstensi
Nama | Norcal Challonge Autoseeder |
ID | ggmicnjdefgcfholdboeeakcnealkhnb |
URL Resmi | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
Deskripsi | Automatically seeds players as you add them. |
Ukuran File | 102 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2017-02-25 |
Tanggal Publikasi | 2017-02-25 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |