Video Downloader

Download videos using Video Downloader from websites.

Video Downloaderคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

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

ชื่อ Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
คำอธิบาย Download videos using Video Downloader from websites.
ขนาดไฟล์ 98.95 KB
จำนวนการติดตั้ง 10,282
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-03-23
วันที่เผยแพร่ 2020-11-07
คะแนน 3.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา FREE APPS
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.smart-finder.net/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}