Video Downloader PLUS

Best Video Downloader Extension. Downloads most popular media types from any website.

Video Downloader PLUSคืออะไร?

Video Downloader PLUS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FDOWN และคุณลักษณะหลักของมันคือ "Best Video Downloader Extension. Downloads most popular media types from any website."

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

screenshot

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

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

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

                        *** NEW UPDATE v6.2.1: ***

-Redesigned the user interface with a fresh look, making it easier to use.
-Lightweight extension. It gets downloaded from the store faster and detects/downloads videos quicker than before.
-Fixed an issue related to Facebook videos shared in groups.
-Fixed Issues with the hovering download button on Facebook videos (sometimes it covered video content).
-Fixed issue with some videos being downloaded without audio.
-Other features and performance improvements.


Features:
-Download and save videos from almost all websites.
-Download multiple videos at the same time.
-Detects and saves any media type (.3gp, .mp4, .wmv, .flv, .swf, .mp3...)
-Record video streams online.
-Easy to use and totally FREE.
-No Ads
-No Limits

____________________


Important:
X We do not allow downloading from Adult websites
X We do not allow downloading illegal/copyrighted content
X It's restricted to download videos from Youtube (due to Chrome policies).

____________________


Websites supported:
Facebook ™, Vimeo, Dailymotion, Twitch, all video streaming websites, and many more!


____________________

Disclaimer: Video Downloader PLUS may collect data usage for improving our user experience and for Analytics purposes. All data collected is anonymous, non-identifiable and never shared with a 3rd party. To learn more about our privacy policy please visit https://fdown.net/privacy.php                    

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

ชื่อ Video Downloader PLUS Video Downloader PLUS
ID njgehaondchbmjmajphnhlojfnbfokng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-plus/njgehaondchbmjmajphnhlojfnbfokng
คำอธิบาย Best Video Downloader Extension. Downloads most popular media types from any website.
ขนาดไฟล์ 287 KB
จำนวนการติดตั้ง 1,263,353
เวอร์ชันปัจจุบัน 6.2.1
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2020-10-18
คะแนน 3.41/5 รวมทั้งหมด 1142 คะแนน
ผู้พัฒนา FDOWN
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fdown.net/
URL หน้าช่วยเหลือ https://www.fdown.net/contact.php
URL หน้านโยบายความเป็นส่วนตัว https://www.fdown.net/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/fdown_icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_title__"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/extra\/jquery.js",
                "scripts\/content.build.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/s3.amazonaws.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net https:\/\/dw4sx0xk0hu8c.cloudfront.net; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "assets\/images\/fdown_icon_128.png",
        "16": "assets\/images\/fdown_icon_16.png",
        "24": "assets\/images\/fdown_icon_24.png",
        "32": "assets\/images\/fdown_icon_32.png",
        "48": "assets\/images\/fdown_icon_48.png",
        "64": "assets\/images\/fdown_icon_64.png"
    },
    "manifest_version": 2,
    "name": "Video Downloader PLUS",
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "management",
        "downloads",
        "webRequestBlocking",
        "webNavigation",
        "storage"
    ],
    "short_name": "Video Downloader PLUS",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.2.1",
    "web_accessible_resources": [
        "*"
    ]
}