Video Downloader professional

Download online videos in various formats from any websites. Video Downloader save video and watch it later.

什麼是Video Downloader professional?

Video Downloader professional是由video-loader.app開發的Chrome擴展程式,該擴展的主要功能是“Download online videos in various formats from any websites. Video Downloader save video and watch it later.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Video Downloader professional擴展crx文件

下載Video Downloader professional擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Video Downloader professional for fast downloading online videos from any webpages. The popular Chrome extension supports many video formats.

Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

You can try Video Downloader professional and notice the difference! Use extension for free without any registration. Save in different available formats and qualities according to your needs.

How video downloader works?
- After installing the extension, go to a website that contains video resources.
- All available video files that are on the page will be detected by the extension. Once found, an number mark is shown on the extension icon indicating that media file is available for download.
- A green Download button will appear on the video itself, along with all the available video file sizes.
- You just have to choose the size of the video you want to download.
- Nothing complicated!

You do not need to register an account to use this video saver. You can download any video or audio without register. 

Download using popup icon:
Available for downloading video files are shown after clicking popup icon of the extension. Number shown on popup icon of the extension corresponds to q-ty of video available for downloading on page.

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

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

擴展基本資訊

名稱 Video Downloader professional Video Downloader professional
ID knkpjhkhlfebmefnommmehegjgglnkdm
官方網址 https://chromewebstore.google.com/detail/video-downloader-professi/knkpjhkhlfebmefnommmehegjgglnkdm
簡介 Download online videos in various formats from any websites. Video Downloader save video and watch it later.
檔案大小 149 KB
安裝次數 331,019
目前版本 1.0.6
更新時間 2024-02-25
上架時間 2021-11-01
評分 4.13/5 共 318 次評分
開發者 video-loader.app
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/video-loader/privacy-policy
支援的語言 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",
    "version": "1.0.6",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "action": {
        "default_icon": "\/img\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/_config.js",
                "\/js\/content.js",
                "\/js\/feedback.js"
            ],
            "css": [
                "\/assets\/btns.css",
                "\/assets\/feedback.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}