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
}