FastGetLink

Lấy link tải nhanh Ytube, FShare

Qu'est-ce que FastGetLink ?

FastGetLink est une extension Chrome développée par https://x2convert.com, et sa fonction principale est "Lấy link tải nhanh Ytube, FShare".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FastGetLink

Téléchargez les fichiers d'extension FastGetLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FastGetLink FastGetLink
ID fkoeidimbjjhhpofcfdhepcefnjaaach
URL Officiel https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach
Description Lấy link tải nhanh Ytube, FShare
Taille du Fichier 116 KB
Nombre d'Installations 20
Version Actuelle 0.0.5
Dernière Mise à Jour 2019-01-15
Date de Publication 2019-01-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://x2convert.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}