CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
Cos'è CA-Tools V3.2b/V2.2 Chrome Loader?
CA-Tools V3.2b/V2.2 Chrome Loader è un'estensione di Chrome sviluppata da https://ca-tools.co.uk, e la sua funzione principale è "Another fine tool by Hoots".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CA-Tools V3.2b/V2.2 Chrome Loader
Scarica i file di estensione CA-Tools V3.2b/V2.2 Chrome Loader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CA-Tools V3.2b/V2.2 Chrome Loader |
ID | acdbpgmoejoicmkabmpbandgogidjlhj |
URL Ufficiale | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj |
Descrizione | Another fine tool by Hoots |
Dimensione del File | 33.28 KB |
Conteggio Installazioni | 315 |
Versione Corrente | 3.2.2 |
Ultimo Aggiornamento | 2013-06-03 |
Data di Pubblicazione | 2013-06-03 |
Valutazione | 4.27/5 Totale 52 Valutazioni |
Sviluppatore | https://ca-tools.co.uk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ca-tools.co.uk |
URL della Pagina di Aiuto | http://ca-tools.co.uk |
Lingue Supportate | 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" } |