FHD Bilibili Video Downloader

Download Bilibili videos easily up to 1080p high resolution formats

Apa itu FHD Bilibili Video Downloader?

FHD Bilibili Video Downloader adalah ekstensi Chrome yang dikembangkan oleh Jona. M, dan fitur utamanya adalah "Download Bilibili videos easily up to 1080p high resolution formats".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FHD Bilibili Video Downloader

Unduh file ekstensi FHD Bilibili Video Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FHD Bilibili Video Downloader FHD Bilibili Video Downloader
ID dkebcocahhdekpncoaliamhajpceckfl
URL Resmi https://chromewebstore.google.com/detail/fhd-bilibili-video-downlo/dkebcocahhdekpncoaliamhajpceckfl
Deskripsi Download Bilibili videos easily up to 1080p high resolution formats
Ukuran File 50.81 KB
Jumlah Instalasi 6,005
Versi Saat Ini 3.1.0
Terakhir Diperbarui 2023-04-20
Tanggal Publikasi 2023-04-17
Penilaian 2.80/5 Total 10 Penilaian
Pengembang Jona. M
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://youtube4kdownloader.com
URL Halaman Bantuan https://youtube4kdownloader.com/contact-us.html
Bahasa yang Didukung 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
    }
}