FHD Bilibili Video Downloader
Download Bilibili videos easily up to 1080p high resolution formats
Cos'è FHD Bilibili Video Downloader?
FHD Bilibili Video Downloader è un'estensione di Chrome sviluppata da Jona. M, e la sua funzione principale è "Download Bilibili videos easily up to 1080p high resolution formats".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FHD Bilibili Video Downloader
Scarica i file di estensione FHD Bilibili Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FHD Bilibili Video Downloader |
ID | dkebcocahhdekpncoaliamhajpceckfl |
URL Ufficiale | https://chromewebstore.google.com/detail/fhd-bilibili-video-downlo/dkebcocahhdekpncoaliamhajpceckfl |
Descrizione | Download Bilibili videos easily up to 1080p high resolution formats |
Dimensione del File | 50.81 KB |
Conteggio Installazioni | 6,005 |
Versione Corrente | 3.1.0 |
Ultimo Aggiornamento | 2023-04-20 |
Data di Pubblicazione | 2023-04-17 |
Valutazione | 2.80/5 Totale 10 Valutazioni |
Sviluppatore | Jona. M |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://youtube4kdownloader.com |
URL della Pagina di Aiuto | https://youtube4kdownloader.com/contact-us.html |
Lingue Supportate | 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 } } |