FastGetLink

Lấy link tải nhanh Ytube, FShare

Was ist FastGetLink?

FastGetLink ist eine Chrome-Erweiterung, die von https://x2convert.com entwickelt wurde, und ihr Hauptmerkmal ist "Lấy link tải nhanh Ytube, FShare".

Erweiterungsscreenshots

screenshot
screenshot

FastGetLink-Erweiterungs-CRX-Datei herunterladen

Laden Sie FastGetLink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name FastGetLink FastGetLink
ID fkoeidimbjjhhpofcfdhepcefnjaaach
Offizielle URL https://chromewebstore.google.com/detail/fastgetlink/fkoeidimbjjhhpofcfdhepcefnjaaach
Beschreibung Lấy link tải nhanh Ytube, FShare
Dateigröße 116 KB
Installationsanzahl 20
Aktuelle Version 0.0.5
Letztes Update 2019-01-15
Veröffentlichungsdatum 2019-01-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://x2convert.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}