Free Video Downloader

Video Downloader is a free and useful browser extension for downloading online videos

Free Video Downloaderคืออะไร?

Free Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://instadownloader.site และคุณลักษณะหลักของมันคือ "Video Downloader is a free and useful browser extension for downloading online videos"

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

screenshot
screenshot

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

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

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

                        Free Video Downloader allows you to download videos of all known formats: mp4, webm, mpeg, ogg, etc. The extension also allows you to download HTTP Live Streaming (HLS) videos. HLS video is saved to your computer in a file with the .ts extension, which you can later view in any media player. In the new version, the extension can download streaming MPEG-DASH video and combine audio and video into one file.

The extension is very easy to use. First, you need to open the page with the desired video and start playing it. Then click on the extension icon in your browser and in the window that appears, select the video file you need. Click download in a few seconds you will start downloading the video to your computer.

The extension is convenient to use for downloading movies when you are going on long trips or travels. Download your favorite stories from Instagram, videos from TikTok. Also all kinds of videos for preparing presentations. Free Video Downloader does not have the ability to download YouTube videos as YouTube's privacy policy prohibits this.                    

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

ชื่อ Free Video Downloader Free Video Downloader
ID cmcgjnlehmgilhlcnaapgmhnomdidgek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-video-downloader/cmcgjnlehmgilhlcnaapgmhnomdidgek
คำอธิบาย Video Downloader is a free and useful browser extension for downloading online videos
ขนาดไฟล์ 8.73 MB
จำนวนการติดตั้ง 153,731
เวอร์ชันปัจจุบัน 0.0.24
อัปเดตครั้งล่าสุด 2023-01-09
วันที่เผยแพร่ 2021-05-11
คะแนน 4.02/5 รวมทั้งหมด 255 คะแนน
ผู้พัฒนา https://instadownloader.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://instadownloader.site/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1H4xf2i66ebCsXAda3Lr6LI72awil9U2nB3XAjiWBpmc
ภาษาที่รองรับ de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.0.24",
    "action": {
        "default_icon": "img\/icon64.png",
        "default_popup": "popup\/popup.html",
        "default_title": "video downloader"
    },
    "icons": {
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "24": "img\/icon24.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "webRequest",
        "downloads",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageScript.js",
                "vendor\/ffmpeg-core.js",
                "vendor\/ffmpeg-core.wasm",
                "vendor\/ffmpeg-core.worker.js",
                "downloadDash.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}