Video Downloader Unlimited

Video Downloader for popular social networks, video hosting or streaming platforms. Quick and free video downloader.

Video Downloader Unlimitedคืออะไร?

Video Downloader Unlimited เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loader-unlim.com และคุณลักษณะหลักของมันคือ "Video Downloader for popular social networks, video hosting or streaming platforms. Quick and free video downloader."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Unlimited 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). Video is saved to your computer, which you can later view in any media player. 

Extension icon in the upper right corner of the browser will be painted in blue color if the extension detects any video files. 

A extension popup window сan displays each available media file, format, and video size. Then just click the “Download” button to save the video to your PC. Done!

How to use our saver?
-- Just go to, for examle Facebook or Instagram
-- Find the videos and photos you want to download . 
-- Click to the icon.
-- Press the download button.
-- Start download and save in PC 

Take video with yourself and run it offline at any time. Training files from Instagram or jokes from Facebook, exciting travels from Vimeo or even entertainment for the dates from Twitter, all these and even more are available now for online downloading. Be ready for any move with the collection of downloaded.

After installing, please reload the tab from which you want to save so that the extension can recognize the file! Get started today and enhance your social media experience. 

Please note:
Video Downloader Plus is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube. Thank you for understanding.

Also we will be glad to see your feedback or suggestions for improving the work of the our extension!                    

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

ชื่อ Video Downloader Unlimited Video Downloader Unlimited
ID mkjjckchdfhjbpckippbnipkdnlidbeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-unlimite/mkjjckchdfhjbpckippbnipkdnlidbeb
คำอธิบาย Video Downloader for popular social networks, video hosting or streaming platforms. Quick and free video downloader.
ขนาดไฟล์ 197 KB
จำนวนการติดตั้ง 1,234,289
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2021-10-30
คะแนน 3.88/5 รวมทั้งหมด 1454 คะแนน
ผู้พัฒนา https://loader-unlim.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://loader-unlim.com
URL หน้านโยบายความเป็นส่วนตัว https://loader-unlim.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.8",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon_not.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "128": "icons\/icon_active.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/js\/inStory.js",
                "icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ]
}