Flash Video Downloader

Download Flash & Video from web pages using popular Flash Video Downloader.

Flash Video Downloaderคืออะไร?

Flash Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flash Video Downloader และคุณลักษณะหลักของมันคือ "Download Flash & Video from web pages using popular Flash Video Downloader."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash Video Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Flash Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Flash Video Downloader is able download flash & videos from websites. 

Downloading:
 • Click to icon of extension. 
 • Will appear available files.
 • Download one or all files in supported format.

Supported formats:
 • Flash - swf, flv
 • Video - avi, mkv, mp4, mpg, wmv and more

Note:
 • Flash Video Downloader is not responsible for available files downloaded from webpages. Users should check permissions copyright of web.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
คำอธิบาย Download Flash & Video from web pages using popular Flash Video Downloader.
ขนาดไฟล์ 89.91 KB
จำนวนการติดตั้ง 38,564
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2020-05-29
คะแนน 3.14/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา Flash Video Downloader
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Video Downloader",
    "description": "Download Flash & Video from web pages using popular Flash Video Downloader.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}