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
Eメール [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"
}