CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
Was ist CA-Tools V3.2b/V2.2 Chrome Loader?
CA-Tools V3.2b/V2.2 Chrome Loader ist eine Chrome-Erweiterung, die von https://ca-tools.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Another fine tool by Hoots".
Erweiterungsscreenshots
CA-Tools V3.2b/V2.2 Chrome Loader-Erweiterungs-CRX-Datei herunterladen
Laden Sie CA-Tools V3.2b/V2.2 Chrome Loader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | CA-Tools V3.2b/V2.2 Chrome Loader |
ID | acdbpgmoejoicmkabmpbandgogidjlhj |
Offizielle URL | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj |
Beschreibung | Another fine tool by Hoots |
Dateigröße | 33.28 KB |
Installationsanzahl | 315 |
Aktuelle Version | 3.2.2 |
Letztes Update | 2013-06-03 |
Veröffentlichungsdatum | 2013-06-03 |
Bewertung | 4.27/5 Insgesamt 52 Bewertungen |
Entwickler | https://ca-tools.co.uk |
Zahlungsart | free |
Erweiterungswebsite | http://ca-tools.co.uk |
Hilfeseite URL | http://ca-tools.co.uk |
Unterstützte Sprachen | 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" } |