Viderr

Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc

Viderrคืออะไร?

Viderr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย srwkosic และคุณลักษณะหลักของมันคือ "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc"

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

screenshot

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

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

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

                        Download any online video with one click!
Just navigate to any video containing URL and clickk the Viderr extension button
You will be taken to a format selection screen, just choose your preferred format and download the video easily!                    

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

ชื่อ Viderr Viderr
ID miibmeobegjljlghddiockdoemnleljo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo
คำอธิบาย Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
ขนาดไฟล์ 9.42 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-23
วันที่เผยแพร่ 2019-09-20
คะแนน 1.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา srwkosic
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://viderr.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viderr",
    "manifest_version": 2,
    "short_name": "Viderr.com video downloader",
    "description": "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}