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 |
| 公式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
} | |