FastGetLink

Lấy link tải nhanh Ytube, FShare

FastGetLink란 무엇입니까?

FastGetLink은(는) https://x2convert.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lấy link tải nhanh Ytube, FShare"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lấy link fshare tốc độ cao không cần tài khoản, không quảng cáo                    

확장 프로그램 기본 정보

이름 FastGetLink FastGetLink
ID fkoeidimbjjhhpofcfdhepcefnjaaach
공식 URL https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach
설명 Lấy link tải nhanh Ytube, FShare
파일 크기 116 KB
설치 횟수 20
현재 버전 0.0.5
최근 업데이트 2019-01-15
출시 날짜 2019-01-11
평점 5.00/5 총 2 개의 평점
개발자 https://x2convert.com
이메일 [email protected]
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/64x64.png"
        },
        "default_popup": "browseraction\/popup.html",
        "default_title": "T\u1ea3i link MAX SPEED"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/crypto.js",
            "js\/jquery.min.js",
            "js\/sha1.min.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "res\/images\/*"
    ],
    "commands": {
        "get-link": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "Get link"
        }
    },
    "description": "L\u1ea5y link t\u1ea3i nhanh Ytube, FShare",
    "icons": {
        "96": "icons\/64x64.png"
    },
    "manifest_version": 2,
    "name": "FastGetLink",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/*\/*"
    ],
    "short_name": "Get links tool",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5"
}