Video Downloader Premium

Video Downloader Premium - Find downloadable videos and record live streams

Video Downloader Premiumคืออะไร?

Video Downloader Premium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย urselgreta117 และคุณลักษณะหลักของมันคือ "Video Downloader Premium - Find downloadable videos and record live streams"

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Premium - the fastest and easiest way to find downloadable videos from Facebook, Twitter, Instagram or any other website.  

Please note that the use of the default search feature with the use of Video Downloader Premium will be provided by Bing.

You can save any video from almost any website that is supported by our video downloader on your local hard drive.

Due to some major changes our extension will serve your needs and will guarantee you a satisfying experience finding downloadable videos and movies from all over the web. 

When it comes to the usage of our extension we are looking to provide you with an outstanding experience. Just click on the Icon on the top right of the chrome browser and search for videos available to download. 

Whenever you search and find a video the Video Downloader Premium icon on the top right will change its color.

Formats supported:

* mp4 (mpeg)
* 3gp (3gpp) 
* mov (quicktime) 
* Flv 
* avi (msvideo) 
* wmv (ms-wmv) 
* asf (ms-asf) 
* swf (flash) 
* webm (web) 
* live streams on most popular platforms

And most of the other Formats as well. 

Video Downloader Premium also detects all resolutions available so you can choose according to your needs what size is the best for you. 

Also there is no size restriction in our video downloader, so no matter how big your files are, our extension will manage to download them. 

Caution:

The download of YouTube videos to the hard drive is locked because of restrictions of the Chrome Store. So our extension does not support the download of youtube videos. 

This extension will change your default search settings.
We are using Google Analytics in order to improve the overall experience. For more details you can check our Privacy Policy which you can find linked in the Chrome Web Store.                    

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

ชื่อ Video Downloader Premium Video Downloader Premium
ID mbaoeggbhlhgjplonohefdehaoohmfdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-premium/mbaoeggbhlhgjplonohefdehaoohmfdn
คำอธิบาย Video Downloader Premium - Find downloadable videos and record live streams
ขนาดไฟล์ 6.74 MB
จำนวนการติดตั้ง 24,588
เวอร์ชันปัจจุบัน 1.0.3.5
อัปเดตครั้งล่าสุด 2023-08-05
วันที่เผยแพร่ 2020-06-11
คะแนน 4.15/5 รวมทั้งหมด 290 คะแนน
ผู้พัฒนา urselgreta117
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.videodownloaderpremium.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.videodownloaderpremium.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,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": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "Video Downloader Premium",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.videodownloaderpremium.com\/",
    "short_name": "videodownloaderpremium",
    "version": "1.0.3.5",
    "browser_action": {
        "default_title": "Video Downloader Premium",
        "default_popup": "pages\/popup.html",
        "default_icon": "images\/logo-16x16-inactive.png"
    },
    "background": {
        "scripts": [
            "pages\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/EBML.js",
                "pages\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads"
    ],
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-48x48.png"
    },
    "minimum_chrome_version": "60",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/plausible.videodownloaderpremium.com; object-src 'self'"
}