BiliBili Downloader

For bilibili.com, easy download HD videos, support 720p, 1080p, 4K.

BiliBili Downloader란 무엇입니까?

BiliBili Downloader은(는) https://lemondl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For bilibili.com, easy download HD videos, support 720p, 1080p, 4K."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BiliBili Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🎉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".                    

확장 프로그램 기본 정보

이름 BiliBili Downloader BiliBili Downloader
ID hpblinpebjlcdcmpmfkbioliagcppmof
공식 URL https://chromewebstore.google.com/detail/bilibili-downloader/hpblinpebjlcdcmpmfkbioliagcppmof
설명 For bilibili.com, easy download HD videos, support 720p, 1080p, 4K.
파일 크기 29.13 KB
설치 횟수 90,000
현재 버전 1.2.3
최근 업데이트 2024-01-30
출시 날짜 2021-09-21
평점 4.17/5 총 109 개의 평점
개발자 https://lemondl.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lemondl.com
지원되는 언어 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"
    ]
}