CA-Tools V3.2b/V2.2 Chrome Loader

Another fine tool by Hoots

Co to jest CA-Tools V3.2b/V2.2 Chrome Loader?

CA-Tools V3.2b/V2.2 Chrome Loader to rozszerzenie Chrome opracowane przez https://ca-tools.co.uk, a jego główną funkcją jest „Another fine tool by Hoots”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CA-Tools V3.2b/V2.2 Chrome Loader

Pobierz pliki rozszerzeń CA-Tools V3.2b/V2.2 Chrome Loader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CA-Tools V3.2b/V2.2 Chrome Loader CA-Tools V3.2b/V2.2 Chrome Loader
ID acdbpgmoejoicmkabmpbandgogidjlhj
Oficjalny URL https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj
Opis Another fine tool by Hoots
Rozmiar pliku 33.28 KB
Liczba instalacji 315
Aktualna Wersja 3.2.2
Ostatnia Aktualizacja 2013-06-03
Data Publikacji 2013-06-03
Ocena 4.27/5 Łącznie 52 Oceny
Deweloper https://ca-tools.co.uk
Typ Płatności free
Strona Rozszerzenia http://ca-tools.co.uk
Adres URL Strony Pomocy http://ca-tools.co.uk
Obsługiwane Języki 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"
}