Media Downloader

Browse and download images, video and audio on a web page.

Media Downloader là gì?

Media Downloader là một tiện ích mở rộng Chrome được phát triển bởi Dawid Jeż, và tính năng chính của nó là "Browse and download images, video and audio on a web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Media Downloader

Tải xuống các tệp mở rộng Media Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Download media from any website. You can download images, videos and audio.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Media Downloader Media Downloader
ID aklijicmhlmfioogfbemefilfdffijcl
URL Chính Thức https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl
Mô tả Browse and download images, video and audio on a web page.
Kích Thước Tệp 19.31 KB
Số Lần Cài Đặt 5,892
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-11-03
Ngày Phát Hành 2021-03-02
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Dawid Jeż
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/rtcoder/Media-downloader
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Downloader",
    "description": "Browse and download images, video and audio on a web page.",
    "version": "1.1.1",
    "author": "Dawid Je\u017c",
    "minimum_chrome_version": "31",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/images\/music.png",
        "\/images\/film.png",
        "\/images\/download.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}