Vidlay - HD & Free Online Video Downloader

Single Click Facbeook Video downloader. Download videos in HD for free.

Vidlay - HD & Free Online Video Downloaderคืออะไร?

Vidlay - HD & Free Online Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.vidlay.com และคุณลักษณะหลักของมันคือ "Single Click Facbeook Video downloader. Download videos in HD for free."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vidlay - HD & Free Online Video Downloader

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

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

                        Vidlay is on of the best video downloader. Vidlay support multiple sites from which you can download videos online but in this extension you can download video form facebook only. In the future we will try to add more sites. This extension is super easy. Any one can download video form facebook using this chrome extension. Just install the extension and reload you facebook news feeds.

How to Use?
  * You will see download button on every video.
  * Just click on the download button. After that you will redirect to vidlay.com where you can select the video format.
  * Select video format HD or SD and click on download button.
  * After that your video will successfully download to you computer.

Note: Our extension is 100% secure, Unlimited Downloads and absolutely free of cost.                    

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

ชื่อ Vidlay - HD & Free Online Video Downloader Vidlay - HD & Free Online Video Downloader
ID gceoeagflnkocnpheocifafncldfpmnk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vidlay-hd-free-online-vid/gceoeagflnkocnpheocifafncldfpmnk
คำอธิบาย Single Click Facbeook Video downloader. Download videos in HD for free.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 2,011
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-03-15
วันที่เผยแพร่ 2018-03-15
คะแนน 2.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.vidlay.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vidlay.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/analytics.js",
            "js\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Vidlay - HD & Free Online Video Downloader"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qtip.min.js",
                "js\/analytics.js",
                "js\/helper.js",
                "providers\/facebook.js"
            ],
            "css": [
                "css\/jquery.qtip.min.css",
                "css\/animate.css"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "__MSG_extDesc__",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/facebook.com\/",
        "https:\/\/facebook.com\/",
        "downloads"
    ],
    "web_accessible_resources": [
        "\/js\/jquery.min.js",
        "images\/down-loading.gif",
        "images\/download.png"
    ]
}