CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
Wat is CA-Tools V3.2b/V2.2 Chrome Loader?
CA-Tools V3.2b/V2.2 Chrome Loader is een Chrome-extensie ontwikkeld door https://ca-tools.co.uk, en de belangrijkste functie is "Another fine tool by Hoots".
Extensie Screenshots
Download het CRX-bestand van de extensie CA-Tools V3.2b/V2.2 Chrome Loader
Download CA-Tools V3.2b/V2.2 Chrome Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | acdbpgmoejoicmkabmpbandgogidjlhj |
| Officiële URL | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj |
| Beschrijving | Another fine tool by Hoots |
| Bestandsgrootte | 33.28 KB |
| Aantal Installaties | 315 |
| Huidige Versie | 3.2.2 |
| Laatst Bijgewerkt | 2013-06-03 |
| Publicatiedatum | 2013-06-03 |
| Beoordeling | 4.27/5 Totaal 52 Beoordelingen |
| Ontwikkelaar | https://ca-tools.co.uk |
| Betalingswijze | free |
| Extensiewebsite | http://ca-tools.co.uk |
| Help Pagina-URL | http://ca-tools.co.uk |
| Ondersteunde Talen | 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"
} | |