CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
Apa itu CA-Tools V3.2b/V2.2 Chrome Loader?
CA-Tools V3.2b/V2.2 Chrome Loader adalah ekstensi Chrome yang dikembangkan oleh https://ca-tools.co.uk, dan fitur utamanya adalah "Another fine tool by Hoots".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CA-Tools V3.2b/V2.2 Chrome Loader
Unduh file ekstensi CA-Tools V3.2b/V2.2 Chrome Loader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | acdbpgmoejoicmkabmpbandgogidjlhj |
| URL Resmi | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj |
| Deskripsi | Another fine tool by Hoots |
| Ukuran File | 33.28 KB |
| Jumlah Instalasi | 315 |
| Versi Saat Ini | 3.2.2 |
| Terakhir Diperbarui | 2013-06-03 |
| Tanggal Publikasi | 2013-06-03 |
| Penilaian | 4.27/5 Total 52 Penilaian |
| Pengembang | https://ca-tools.co.uk |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://ca-tools.co.uk |
| URL Halaman Bantuan | http://ca-tools.co.uk |
| Bahasa yang Didukung | 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"
} | |