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