CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
Vad är CA-Tools V3.2b/V2.2 Chrome Loader?
CA-Tools V3.2b/V2.2 Chrome Loader är en Chrome-tillägg utvecklad av https://ca-tools.co.uk, och dess huvudfunktion är "Another fine tool by Hoots".
Tilläggsskärmbilder
Ladda ner CA-Tools V3.2b/V2.2 Chrome Loader-förlängningens CRX-fil
Ladda ner CA-Tools V3.2b/V2.2 Chrome Loader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | CA-Tools V3.2b/V2.2 Chrome Loader |
ID | acdbpgmoejoicmkabmpbandgogidjlhj |
Officiell webbadress | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj |
Beskrivning | Another fine tool by Hoots |
Filstorlek | 33.28 KB |
Antal Installationer | 315 |
Aktuell Version | 3.2.2 |
Senast Uppdaterad | 2013-06-03 |
Publiceringsdatum | 2013-06-03 |
Betyg | 4.27/5 Totalt 52 Betyg |
Utvecklare | https://ca-tools.co.uk |
Betalningssätt | free |
Tilläggswebbplats | http://ca-tools.co.uk |
Hjälpsida URL | http://ca-tools.co.uk |
Stödda Språk | 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" } |