Forkfile Download Manager

Forkfile Download Manager

Was ist Forkfile Download Manager?

Forkfile Download Manager ist eine Chrome-Erweiterung, die von https://forkfile.com entwickelt wurde, und ihr Hauptmerkmal ist "Forkfile Download Manager".

Erweiterungsscreenshots

screenshot

Forkfile Download Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forkfile Download Manager-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

                        Automatically manage download task for Wdupload, Extmatrix, Uploaded, Alfafile, etc.

How to use:
Right click on the page of file, click "Add to Forkfile", you will see the task on Forkfile and get generated download link shortly.                    

Grundlegende Informationen zur Erweiterung

Name Forkfile Download Manager Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
Offizielle URL https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl
Beschreibung Forkfile Download Manager
Dateigröße 478 KB
Installationsanzahl 756
Aktuelle Version 1.0.1
Letztes Update 2020-02-27
Veröffentlichungsdatum 2020-02-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://forkfile.com
Zahlungsart free
Erweiterungswebsite https://forkfile.com
Hilfeseite URL https://forkfile.com/extension_tutorial.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forkfile Download Manager",
    "version": "1.0.1",
    "description": "Forkfile Download Manager",
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab",
        "*:\/\/forkfile.com\/*"
    ],
    "web_accessible_resources": [
        "images\/logo.png"
    ],
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2
}