Download Bilibili videos
The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili
O que é Download Bilibili videos?
Download Bilibili videos é uma extensão do Chrome desenvolvida por https://pbion.com, e sua principal característica é "The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Download Bilibili videos
Baixe arquivos de extensão Download Bilibili videos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
☀ 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.
Informações Básicas da Extensão
Nome | Download Bilibili videos |
ID | ddfhjoehekfbgilhpaigfhblaecmaekj |
URL Oficial | https://chromewebstore.google.com/detail/download-bilibili-videos/ddfhjoehekfbgilhpaigfhblaecmaekj |
Descrição | The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili |
Tamanho do Arquivo | 310 KB |
Contagem de Instalações | 26,196 |
Versão Atual | 5.0.1 |
Última Atualização | 2023-12-26 |
Data de Publicação | 2020-03-26 |
Classificação | 1.94/5 Total de 63 Avaliações |
Desenvolvedor | https://pbion.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pbion.com/en/bilibili-downloader.html |
URL da Página de Ajuda | https://pbion.com/en/bilibili-downloader.html#faq |
URL da Página de Política de Privacidade | https://pbion.com/privacy-policy.html |
Idiomas Suportados | 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" } ] } } |