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 |
官方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" } |