CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
CA-Tools V3.2b/V2.2 Chrome Loaderとは何ですか?
CA-Tools V3.2b/V2.2 Chrome Loaderはhttps://ca-tools.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Another fine tool by Hoots」です。
拡張機能のスクリーンショット
CA-Tools V3.2b/V2.2 Chrome Loader拡張機能のCRXファイルをダウンロード
CA-Tools V3.2b/V2.2 Chrome Loader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CA-Tools is a Castle Age mod which enhances game play and makes many tasks faster and easier to perform.
All problems related to using this tool should be directed to the official CA-Tools forum:
** HTTPS only
** Many functions that are missing will be re-added soon without the need to update the extension
http://ca-tools.co.uk 拡張機能の基本情報
| 名前 | |
| ID | acdbpgmoejoicmkabmpbandgogidjlhj |
| 公式URL | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj |
| 説明 | Another fine tool by Hoots |
| ファイルサイズ | 33.28 KB |
| インストール数 | 315 |
| 現在のバージョン | 3.2.2 |
| 最終更新日 | 2013-06-03 |
| 公開日 | 2013-06-03 |
| 評価 | 4.27/5 合計 52 レビュー |
| 開発者 | https://ca-tools.co.uk |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://ca-tools.co.uk |
| ヘルプページのURL | http://ca-tools.co.uk |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"js": [
"script.js"
],
"matches": [
"https:\/\/*.castleagegame.com\/castle\/*",
"https:\/\/apps.facebook.com\/castle_age\/*",
"https:\/\/*.castleagegame.com\/castle_ws\/*"
]
}
],
"description": "Another fine tool by Hoots",
"icons": {
"128": "icon_128.png"
},
"manifest_version": 2,
"name": "CA-Tools V3.2b\/V2.2 Chrome Loader",
"permissions": [
"https:\/\/apps.facebook.com\/castle_age\/*",
"https:\/\/*.castleagegame.com\/castle\/*",
"https:\/\/*.castleagegame.com\/castle_ws\/*"
],
"version": "3.2.2"
} | |