Download Bilibili videos

The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili

什么是Download Bilibili videos?

Download Bilibili videos是由https://pbion.com开发的Chrome扩展程序,该扩展的主要功能是“The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili”。

扩展截图

screenshot

下载Download Bilibili videos扩展crx文件

下载Download Bilibili videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ☀ Five ways to download videos and images from Bilibili with this extension.
1. Using default settings, this extension will display a download button above the downloadable link on the bilibili.com website. You just to click on the download button, wait a few seconds and then you will be redirected to a page showing all the download links. Choose the resolution of the video you want to save, the file will be downloaded automatically by javascript. Note, do not close the window in which the download is in progress.
2. In the extension's settings, choose to turn off "Automatically activate", the extension will be active at a minimum. A download icon will appear in the lower right corner. When you click on this icon, the download link extraction process will be performed. The next steps are the same as above.
3. Pin this extension. Play a video on bilibili.com, then click on the extension's icon. Extraction of the download links will be done in the extension's window. Click on the three dots icon to go to the download page.
4. On https://pbion.com/en/bilibili-downloader.html, paste the bilibili URL into the search box. This extension will automatically extract the download links and display them on the current web page.
5. On https://pbion.com/en/bilibili-downloader.html, enter a search term into the search box. Click the download button below each search result. This extension will automatically extract the download links and display them on the current web page.

Note: You can use VLC to combine audio and videos files.

==================
===     Features      ===
==================

☀ Download videos from Bilibili.
Test URL: https://www.bilibili.com/video/BV1Mp4y1p7GE
+ You can download videos with different resolutions.
+ You can also view and download video thumbnails and subtitles if available.
+ You can also extract the flying comments on the video as an xml file
+ Some information attached to the video such as tags, name and ID of the video owner's account.

☀ Download anime and other types of movies and TV shows.
Test URL:  https://www.bilibili.com/bangumi/play/ss3421
+ Note, you can only watch and download movies available in your region.

☀ Download esports match videos.
Open https://www.bilibili.com/match/home/ then click the download button on the video you want to save.

☀ Get the poster of the show.
Open https://show.bilibili.com/platform/home.html then click the download button on the show you want to get the poster. 

☀ Get .m3u8 livestream from https://live.bilibili.com/
Note, live videos are often long, so the size will be very large. Loading a file that is too large using the browser can cause an error, so we provide a quick copy of the file download link so that users can paste the video download link with other software.

☀ Download comic/manga from https://manga.bilibili.com
Test URL:  https://manga.bilibili.com/mc26444/306391
Extracting the entire image in a manga episode is processed inside this extension, which usually takes a few minutes to complete. To download all the images, you need to click the "download all" button, all the images in the episode will be saved in a zip file.

☀ Multi language.
☀ Suggest queries + Generate random keywords.                    

扩展基本信息

名称 Download Bilibili videos Download Bilibili videos
ID ddfhjoehekfbgilhpaigfhblaecmaekj
官方URL https://chromewebstore.google.com/detail/download-bilibili-videos/ddfhjoehekfbgilhpaigfhblaecmaekj
简介 The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili
文件大小 310 KB
安装次数 26,196
当前版本 5.0.1
更新时间 2023-12-26
上架时间 2020-03-26
评分 1.94/5 共63次评分
开发者 https://pbion.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pbion.com/en/bilibili-downloader.html
帮助页面URL https://pbion.com/en/bilibili-downloader.html#faq
隐私政策页面URL https://pbion.com/privacy-policy.html
支持的语言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.1",
    "author": "pbion.com",
    "homepage_url": "https:\/\/pbion.com\/en\/bilibili-downloader.html",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "logo\/logo128.png",
        "64": "logo\/logo64.png",
        "48": "logo\/logo48.png",
        "32": "logo\/logo32.png",
        "16": "logo\/logo16.png"
    },
    "action": {
        "default_title": "Download Bilibili videos",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logo\/logo128.png",
            "64": "logo\/logo64.png",
            "48": "logo\/logo48.png",
            "32": "logo\/logo32.png",
            "16": "logo\/logo16.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/suggestqueries.google.com\/*",
        "https:\/\/pbion.com\/*",
        "https:\/\/*.acgvideo.com\/*",
        "https:\/\/*.akamaized.net\/*",
        "https:\/\/*.hdslb.com\/*",
        "https:\/\/*.biliimg.com\/*",
        "https:\/\/*.bilibili.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.bilibili.com\/*",
                "*:\/\/live.bilibili.com\/*",
                "*:\/\/show.bilibili.com\/*",
                "*:\/\/space.bilibili.com\/*",
                "*:\/\/player.bilibili.com\/*",
                "*:\/\/manga.bilibili.com\/*",
                "*:\/\/bilibili.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "player.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/pbion.com\/*"
            ],
            "js": [
                "pbion.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bilibili",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}