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ファイルをダウンロード

FHD Bilibili Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}