FastGetLink

Lấy link tải nhanh Ytube, FShare

Cos'è FastGetLink?

FastGetLink è un'estensione di Chrome sviluppata da https://x2convert.com, e la sua funzione principale è "Lấy link tải nhanh Ytube, FShare".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FastGetLink

Scarica i file di estensione FastGetLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FastGetLink FastGetLink
ID fkoeidimbjjhhpofcfdhepcefnjaaach
URL Ufficiale https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach
Descrizione Lấy link tải nhanh Ytube, FShare
Dimensione del File 116 KB
Conteggio Installazioni 20
Versione Corrente 0.0.5
Ultimo Aggiornamento 2019-01-15
Data di Pubblicazione 2019-01-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://x2convert.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}