Get links(Fshare,Yutb,FBook), Translate Tool

Lấy link tải (Fshare, Yutb, FBook...) MAX SPEED, Dịch Anh-Việt, Việt-Anh

Get links(Fshare,Yutb,FBook), Translate Tool란 무엇입니까?

Get links(Fshare,Yutb,FBook), Translate Tool은(는) Mr.Joboko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lấy link tải (Fshare, Yutb, FBook...) MAX SPEED, Dịch Anh-Việt, Việt-Anh"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Get links(Fshare,Yutb,FBook), Translate Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ứng dụng lấy link tải tốc độ cao (MAX SPEED) cho Fshare, 4share, Mega.... Ứng dụng liên tục cập nhật để hỗ trợ thêm các host share file. Bổ sung thêm tiện ích dịch Anh - Việt. Nếu chưa có trong danh sách hỗ trợ, bạn vui lòng comment thêm các host để chúng tôi hỗ trợ thêm                    

확장 프로그램 기본 정보

이름 Get links(Fshare,Yutb,FBook), Translate Tool Get links(Fshare,Yutb,FBook), Translate Tool
ID glbhonpealkolfndlbggnanegajgmgde
공식 URL https://chromewebstore.google.com/detail/get-linksfshareyutbfbook/glbhonpealkolfndlbggnanegajgmgde
설명 Lấy link tải (Fshare, Yutb, FBook...) MAX SPEED, Dịch Anh-Việt, Việt-Anh
파일 크기 558 KB
설치 횟수 103
현재 버전 0.0.4
최근 업데이트 2018-12-27
출시 날짜 2018-12-26
평점 1.00/5 총 1 개의 평점
개발자 Mr.Joboko
이메일 [email protected]
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js",
            "js\/jquery.min.js",
            "js\/common.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/96_ava.png"
        },
        "default_popup": "browseraction\/window.html",
        "default_title": "T\u1ea3i link MAX SPEED"
    },
    "content_scripts": [
        {
            "css": [
                "css\/bp.css",
                "css\/simple.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/lib\/translate.js",
                "js\/lib\/bestprice.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "res\/images\/*",
        "res\/flags\/*"
    ],
    "commands": {
        "trans-eng": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "Translate to English"
        },
        "trans-vie": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "D\u1ecbch sang T.Vi\u1ec7t"
        },
        "best-price": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "T\u00ecm gi\u00e1 r\u1ebb h\u01a1n"
        }
    },
    "description": "L\u1ea5y link t\u1ea3i (Fshare, Yutb, FBook...) MAX SPEED, D\u1ecbch Anh-Vi\u1ec7t, Vi\u1ec7t-Anh",
    "homepage_url": "https:\/\/fb.com\/xmteam",
    "icons": {
        "96": "icons\/96_ava.png"
    },
    "manifest_version": 2,
    "name": "Get links(Fshare,Yutb,FBook), Translate Tool",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "short_name": "Get links,translate tool",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4"
}