Forkfile Download Manager

Forkfile Download Manager

What is Forkfile Download Manager?

Forkfile Download Manager is a Chrome extension developed by https://forkfile.com, and its main feature is "Forkfile Download Manager".

Extension Screenshots

screenshot

Download Forkfile Download Manager Extension CRX File

Download Forkfile Download Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Forkfile Download Manager Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
Official URL https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl
Description Forkfile Download Manager
File Size 478 KB
Installation Count 756
Current Version 1.0.1
Last Updated 2020-02-27
Publish Date 2020-02-26
Rating 5.00/5 Total 1 Ratings
Developer https://forkfile.com
Payment Type free
Extension Website https://forkfile.com
Help Page URL https://forkfile.com/extension_tutorial.html
Supported Languages 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
}