Forkfile Download Manager

Forkfile Download Manager

Vad är Forkfile Download Manager?

Forkfile Download Manager är en Chrome-tillägg utvecklad av https://forkfile.com, och dess huvudfunktion är "Forkfile Download Manager".

Tilläggsskärmbilder

screenshot

Ladda ner Forkfile Download Manager-förlängningens CRX-fil

Ladda ner Forkfile Download Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Forkfile Download Manager Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
Officiell webbadress https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl
Beskrivning Forkfile Download Manager
Filstorlek 478 KB
Antal Installationer 756
Aktuell Version 1.0.1
Senast Uppdaterad 2020-02-27
Publiceringsdatum 2020-02-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://forkfile.com
Betalningssätt free
Tilläggswebbplats https://forkfile.com
Hjälpsida URL https://forkfile.com/extension_tutorial.html
Stödda Språk 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
}