FHD Bilibili Video Downloader

Download Bilibili videos easily up to 1080p high resolution formats

FHD Bilibili Video Downloader란 무엇입니까?

FHD Bilibili Video Downloader은(는) Jona. M에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Bilibili videos easily up to 1080p high resolution formats"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FHD Bilibili Video Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bilibili Downloader is an amazing Bilibili Downloader helper tool that allows you to 

Easily Download Bilibili Videos in MP4, WEBM, M4a and more in FHD quality with sound.

All resolutions and qualities (720p, 1080p, 2K, 4K, 8K) are supported for both videos with sound & muted videos.

Download ultra HD qualities like (1080p, 2K, 4K, 8K) with audio in one click without the need to install any alternative plugins or apps.

Features:
- Download higher resolutions like (1080p, 2K, 4K, 8K) in one click.
- Download Bilibili as audio files in formats (MP3, WebM, M4A).
- Download videos from Bilibili withut the background sound or music if you need to.
- Download Bilibili videos with different options like (30FPS, 60FPS).
- Simple Download button that transfers to all download options available.
- Does not require any additional settings.

How it works ?
A simple green button is added to Bilibili video pages, which enables you to download videos.
The button is integrated in a simple manner below the video and next to other Bilibili buttons (see screenshots).
Click the button to open a page of available formats to download and choose the suitable download link for you.


(You don't need to run or use any other apps to download FHD videos with sound, the Add-on will handle everything for you to download videos in an easy way)

Download options
These are the most popular video formats and qualities available:
- MP4 8K - 4320p
- MP4 4K - 2160p
- MP4 2K - 1440p
- MP4 1080p
- MP4 720p
- MP4 480p
- MP4 360p
- MP4 240p
- MP4 144p

These are the audio formats and qualities available:
- AAC 128k
- VORBIS 128k

Important - How to report bugs
If you find any issue or bugs, please feel free to send an email to "[email protected]", rather than just give bad reviews with the issue mentioned there :(
And we'll do much effort to reply and solve this issue ASAP.

How to watch downloaded videos?
After downloading videos, you can play them using some of these free apps (or similar to these):
- VLC - Windows/Mac/Linux - very popular
- Movies & TV - pre installed on Windows 10
- Windows Media Player Windows Media Player 12 - Windows
- iTunes - Windows/Mac                    

확장 프로그램 기본 정보

이름 FHD Bilibili Video Downloader FHD Bilibili Video Downloader
ID dkebcocahhdekpncoaliamhajpceckfl
공식 URL https://chromewebstore.google.com/detail/fhd-bilibili-video-downlo/dkebcocahhdekpncoaliamhajpceckfl
설명 Download Bilibili videos easily up to 1080p high resolution formats
파일 크기 50.81 KB
설치 횟수 6,005
현재 버전 3.1.0
최근 업데이트 2023-04-20
출시 날짜 2023-04-17
평점 2.80/5 총 10 개의 평점
개발자 Jona. M
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youtube4kdownloader.com
도움말 페이지 URL https://youtube4kdownloader.com/contact-us.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FHD Bilibili Video Downloader",
    "short_name": "dl Bilibili",
    "description": "Download Bilibili videos easily up to 1080p high resolution formats",
    "homepage_url": "https:\/\/youtube4kdownloader.com\/",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png",
        "96": "assets\/icons\/96.png",
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "480": "assets\/icons\/480.png",
        "512": "assets\/icons\/512.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "scripts\/cs.js"
            ],
            "matches": [
                "https:\/\/*.bilibili.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/md5.min.js",
                "scripts\/md5.min.js.map",
                "scripts\/main.js"
            ],
            "matches": [
                "https:\/\/*.bilibili.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.bilibili.com\/*"
    ],
    "manifest_version": 3,
    "version": "3.1.0",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "64": "assets\/icons\/64.png",
            "96": "assets\/icons\/96.png",
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "480": "assets\/icons\/480.png",
            "512": "assets\/icons\/512.png"
        },
        "default_title": "Bilibili 1080p Video Downloader",
        "browser_style": true
    }
}