Norcal Challonge Autoseeder
Automatically seeds players as you add them.
Norcal Challonge Autoseederคืออะไร?
Norcal Challonge Autoseeder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Automatically seeds players as you add them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Norcal Challonge Autoseeder
ดาวน์โหลดไฟล์ส่วนขยาย Norcal Challonge Autoseeder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically seeds players in the Norcal region.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Norcal Challonge Autoseeder |
ID | ggmicnjdefgcfholdboeeakcnealkhnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb |
คำอธิบาย | Automatically seeds players as you add them. |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2017-02-25 |
วันที่เผยแพร่ | 2017-02-25 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |