Tia Chop

Unlock premium Download from many file hosting sites.

Tia Chop란 무엇입니까?

Tia Chop은(는) http://tiachop.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlock premium Download from many file hosting sites."입니다.

확장 프로그램 스크린샷

screenshot

Tia Chop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chrome Extension help you download faster on many file storage hosting services.
Supported hosting:
  + Rapidgator.net
  + Uploaded.net
  + fshare.vn
  + 4share.vn
.. and still increasing.                    

확장 프로그램 기본 정보

이름 Tia Chop Tia Chop
ID dljajolkmnbnkbbjhemkpljlmhlkchio
공식 URL https://chrome.google.com/webstore/detail/tia-chop/dljajolkmnbnkbbjhemkpljlmhlkchio
설명 Unlock premium Download from many file hosting sites.
파일 크기 17.33 KB
설치 횟수 84
현재 버전 1.0.1
최근 업데이트 2016-04-23
출시 날짜 2016-04-23
평점 2.50/5 총 8 개의 평점
개발자 http://tiachop.net
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "name": "Tia Chop",
    "description": "Unlock premium Download from many file hosting sites.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "indicator.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon-default-scale2.png",
        "128": "icon-default-scale2.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon-default.png",
            "38": "icon-default-scale2.png"
        },
        "default_title": "Tia Chop"
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "content.html",
        "options.js",
        "style.css",
        "request.min.js"
    ]
}