FastGetLink

Lấy link tải nhanh Ytube, FShare

Hvad er FastGetLink?

FastGetLink er en Chrome-udvidelse udviklet af https://x2convert.com, og dens hovedfunktion er "Lấy link tải nhanh Ytube, FShare".

Udvidelsesskærmbilleder

screenshot
screenshot

Download FastGetLink-udvidelses-CRX-fil

Download FastGetLink-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn FastGetLink FastGetLink
ID fkoeidimbjjhhpofcfdhepcefnjaaach
Officiel URL https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach
Beskrivelse Lấy link tải nhanh Ytube, FShare
Filstørrelse 116 KB
Antal Installationer 20
Nuværende Version 0.0.5
Senest Opdateret 2019-01-15
Udgivelsesdato 2019-01-11
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://x2convert.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}