Download Bilibili videos
The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili
Qu'est-ce que Download Bilibili videos ?
Download Bilibili videos est une extension Chrome développée par https://pbion.com, et sa fonction principale est "The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Bilibili videos
Téléchargez les fichiers d'extension Download Bilibili videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
☀ 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.
Informations de Base sur l'Extension
Nom | Download Bilibili videos |
ID | ddfhjoehekfbgilhpaigfhblaecmaekj |
URL Officiel | https://chromewebstore.google.com/detail/download-bilibili-videos/ddfhjoehekfbgilhpaigfhblaecmaekj |
Description | The best solution to download Bilibili anime shows, videos, manga, subtitles, thumbnails, filmstrip, tags, comments from Bilibili |
Taille du Fichier | 310 KB |
Nombre d'Installations | 26,196 |
Version Actuelle | 5.0.1 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2020-03-26 |
Évaluation | 1.94/5 Total 63 Évaluations |
Développeur | https://pbion.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pbion.com/en/bilibili-downloader.html |
URL de la Page d'Aide | https://pbion.com/en/bilibili-downloader.html#faq |
URL de la Page de Politique de Confidentialité | https://pbion.com/privacy-policy.html |
Langues Prises en Charge | 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" } ] } } |