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文件

下載FastGetLink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}