Video Downloader

Video Downloader - fast download videos from any webs.

Video Downloaderคืออะไร?

Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Video Downloader และคุณลักษณะหลักของมันคือ "Video Downloader - fast download videos from any webs."

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

screenshot
screenshot

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

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

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

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

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

ชื่อ Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
คำอธิบาย Video Downloader - fast download videos from any webs.
ขนาดไฟล์ 99.32 KB
จำนวนการติดตั้ง 37,684
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-06-11
วันที่เผยแพร่ 2020-05-16
คะแนน 3.39/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา Video Downloader
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}