Forkfile Download Manager

Forkfile Download Manager

Что такое Forkfile Download Manager?

Forkfile Download Manager - это расширение Chrome, разработанное https://forkfile.com, и его основная функция - "Forkfile Download Manager".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Forkfile Download Manager

Скачайте файлы расширений Forkfile Download Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Forkfile Download Manager Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
Официальный URL https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl
Описание Forkfile Download Manager
Размер файла 478 KB
Количество установок 756
Текущая Версия 1.0.1
Последнее Обновление 2020-02-27
Дата публикации 2020-02-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://forkfile.com
Тип оплаты free
Официальный сайт расширения https://forkfile.com
URL страницы помощи https://forkfile.com/extension_tutorial.html
Поддерживаемые языки 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
}