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 - это расширение Chrome, разработанное https://ca-tools.co.uk, и его основная функция - "Another fine tool by Hoots".
Снимки экрана расширения
Скачать файл CRX расширения CA-Tools V3.2b/V2.2 Chrome Loader
Скачайте файлы расширений 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"
} | |