Norcal Challonge Autoseeder
Automatically seeds players as you add them.
什麼是Norcal Challonge Autoseeder?
Norcal Challonge Autoseeder是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Automatically seeds players as you add them.”。
擴展截圖
下載Norcal Challonge Autoseeder擴展crx文件
下載Norcal Challonge Autoseeder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension automatically seeds players in the Norcal region. 擴展基本資訊
| 名稱 | |
| ID | ggmicnjdefgcfholdboeeakcnealkhnb |
| 官方網址 | 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
} | |