BiliBili Downloader
For bilibili.com, easy download HD videos, support 720p, 1080p, 4K.
BiliBili Downloader là gì?
BiliBili Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://lemondl.com, và tính năng chính của nó là "For bilibili.com, easy download HD videos, support 720p, 1080p, 4K.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BiliBili Downloader
Tải xuống các tệp mở rộng BiliBili 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
🎉Bilibili Downloader, helps you quickly download videos and audios from bilibili.com, the popular Chinese video sharing website, supporting different resolutions including 720P, 1080P, and 4K. 🆕 New Update (2023-07-12) ✓ Added support for Simplified Chinese, Traditional Chinese, and English. 💡 Features ✓ Download videos, supporting downloading of segmented videos ✓ Convert videos to audio for download ✓ Support for multiple resolutions 🎯 How it works 1. Open the video link that you want to download. If the video has segmented parts, click to play each segment. 2. Click the Extension icon, select the desired resolution, and click "Download".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BiliBili Downloader |
ID | hpblinpebjlcdcmpmfkbioliagcppmof |
URL Chính Thức | https://chromewebstore.google.com/detail/bilibili-downloader/hpblinpebjlcdcmpmfkbioliagcppmof |
Mô tả | For bilibili.com, easy download HD videos, support 720p, 1080p, 4K. |
Kích Thước Tệp | 29.13 KB |
Số Lần Cài Đặt | 90,000 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2024-01-30 |
Ngày Phát Hành | 2021-09-21 |
Đánh Giá | 4.17/5 Tổng số 109 Đánh Giá |
Nhà Phát Triển | https://lemondl.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lemondl.com |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.3", "manifest_version": 3, "default_locale": "zh_CN", "icons": { "16": "src\/assets\/icons\/icon_16.png", "32": "src\/assets\/icons\/icon_32.png", "48": "src\/assets\/icons\/icon_48.png", "128": "src\/assets\/icons\/icon_128.png" }, "host_permissions": [ "https:\/\/www.bilibili.com\/*", "https:\/\/bilibili.com\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/icon_16.png", "32": "src\/assets\/icons\/icon_32.png", "48": "src\/assets\/icons\/icon_48.png", "128": "src\/assets\/icons\/icon_128.png" } }, "permissions": [ "storage", "activeTab", "scripting" ] } |