Forkfile Download Manager

Forkfile Download Manager

Apa itu Forkfile Download Manager?

Forkfile Download Manager adalah ekstensi Chrome yang dikembangkan oleh https://forkfile.com, dan fitur utamanya adalah "Forkfile Download Manager".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Forkfile Download Manager

Unduh file ekstensi Forkfile Download Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Forkfile Download Manager Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
URL Resmi https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl
Deskripsi Forkfile Download Manager
Ukuran File 478 KB
Jumlah Instalasi 756
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-02-27
Tanggal Publikasi 2020-02-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://forkfile.com
Tipe Pembayaran free
Situs Ekstensi https://forkfile.com
URL Halaman Bantuan https://forkfile.com/extension_tutorial.html
Bahasa yang Didukung 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
}