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
电子邮箱 [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
    }
}