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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย video-loader.app และคุณลักษณะหลักของมันคือ "Download online videos in various formats from any websites. Video Downloader save video and watch it later."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ]
}