Open Video Downloader

Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats

Open Video Downloaderคืออะไร?

Open Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gusikow Skimariann และคุณลักษณะหลักของมันคือ "Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats"

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

screenshot

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

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

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

                        Open Video Downloader downloads online video content.
It works on various web sites including some popular ones and generic HTML5 videos. 

Features:
⭐ Download videos from the some popular sites e.g. Vimeo
⭐ Download HTML5 videos
⭐ Supports video formats such as MP4 and WEBP

The app doesn’t work on many popular websites due to Chrome Webstore policies. Download videos from the following site DOESN’T work: Youtube, Twitter, Instagram, Facebook.                    

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

ชื่อ Open Video Downloader Open Video Downloader
ID edmmaocllgjakiiilohibgicdjndkljp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/open-video-downloader/edmmaocllgjakiiilohibgicdjndkljp
คำอธิบาย Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats
ขนาดไฟล์ 210 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2022-09-27
วันที่เผยแพร่ 2021-11-07
คะแนน 3.86/5 รวมทั้งหมด 85 คะแนน
ผู้พัฒนา Gusikow Skimariann
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1cUwotQHiHe-0__-fKMYH4EifD2v4Ls2jcvGE4lIqDjc/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "300": "icons\/icon-300.png",
            "128": "icons\/icon-128.png",
            "48": "icons\/icon-48.png",
            "16": "icons\/icon-16.png"
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.1.4",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2
}