Video & Audio Downloader

Easily download video & audio streams via toolbar popup.

Video & Audio Downloaderคืออะไร?

Video & Audio Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "Easily download video & audio streams via toolbar popup."

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

screenshot
screenshot
screenshot

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

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

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

                        Video & Audio Downloader is an extension that enhances the process of downloading media files (video & audio) from the internet. Badge icon text shows the number of captured items.

### Important note ### : Video & Audio Downloader add-on is NOT working for YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome web store policies and restrictions.

### Important note ### : Video & Audio Downloader add-on is NOT responsible for the media content(s) that you download with this add-on. You are responsible for verifying the media's copyright permission before downloading anything from the internet.

To work with this add-on, simply browse to a website with online media content. Once the media (video or audio) is loaded and played, the addon automatically detects the media and renders it in toolbar popup. Within the popup, you can download media items easily. Moreover, there is also a button to copy the download link to the clipboard.

You can download all media items at once as a "zip" file. Please note that this add-on only shows media items for the active tab (current tab). Once you switch tabs, the list in the popup will be updated.

If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/video-audio-downloader.html).                    

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

ชื่อ Video & Audio Downloader Video & Audio Downloader
ID pchlfebelfohhojoomlngjbkcjponfha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-audio-downloader/pchlfebelfohhojoomlngjbkcjponfha
คำอธิบาย Easily download video & audio streams via toolbar popup.
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 57,367
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2020-03-13
คะแนน 3.60/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา chYer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/video-audio-downloader.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/video-audio-downloader.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Video & Audio Downloader",
    "homepage_url": "https:\/\/mybrowseraddon.com\/video-audio-downloader.html",
    "description": "Easily download video & audio streams via toolbar popup.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "notifications"
    ],
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Video & Audio Downloader",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}