FastGetLink

Lấy link tải nhanh Ytube, FShare

O que é FastGetLink?

FastGetLink é uma extensão do Chrome desenvolvida por https://x2convert.com, e sua principal característica é "Lấy link tải nhanh Ytube, FShare".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FastGetLink

Baixe arquivos de extensão FastGetLink no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FastGetLink FastGetLink
ID fkoeidimbjjhhpofcfdhepcefnjaaach
URL Oficial https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach
Descrição Lấy link tải nhanh Ytube, FShare
Tamanho do Arquivo 116 KB
Contagem de Instalações 20
Versão Atual 0.0.5
Última Atualização 2019-01-15
Data de Publicação 2019-01-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://x2convert.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}