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
擴展基本資訊
名稱 | CA-Tools V3.2b/V2.2 Chrome Loader |
ID | acdbpgmoejoicmkabmpbandgogidjlhj |
官方網址 | 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" } |