CA-Tools V3.2b/V2.2 Chrome Loader
Another fine tool by Hoots
CA-Tools V3.2b/V2.2 Chrome Loader란 무엇입니까?
CA-Tools V3.2b/V2.2 Chrome Loader은(는) https://ca-tools.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Another fine tool by Hoots"입니다.
확장 프로그램 스크린샷
CA-Tools V3.2b/V2.2 Chrome Loader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        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                     확장 프로그램 기본 정보
| 이름 |   |  
| ID | acdbpgmoejoicmkabmpbandgogidjlhj | 
| 공식 URL | https://chromewebstore.google.com/detail/ca-tools-v32bv22-chrome-l/acdbpgmoejoicmkabmpbandgogidjlhj | 
| 설명 | Another fine tool by Hoots | 
| 파일 크기 | 33.28 KB | 
| 설치 횟수 | 315 | 
| 현재 버전 | 3.2.2 | 
| 최근 업데이트 | 2013-06-03 | 
| 출시 날짜 | 2013-06-03 | 
| 평점 | 4.27/5 총 52 개의 평점 | 
| 개발자 | https://ca-tools.co.uk | 
| 결제 유형 | free | 
| 확장 프로그램 웹 사이트 | http://ca-tools.co.uk | 
| 도움말 페이지 URL | http://ca-tools.co.uk | 
| 지원되는 언어 | 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"
}  |  |