Bilibili BV to av
Convert BV to av
What is Bilibili BV to av?
Bilibili BV to av is a Chrome extension developed by https://kotori.love, and its main feature is "Convert BV to av".
Extension Screenshots
Download Bilibili BV to av Extension CRX File
Download Bilibili BV to av extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Convert BV to av for bilibili.com
Extension Basic Information
Name | Bilibili BV to av |
ID | ijepcdfnlcdepamjdjcfgnphjfcpbapc |
Official URL | https://chromewebstore.google.com/detail/bilibili-bv-to-av/ijepcdfnlcdepamjdjcfgnphjfcpbapc |
Description | Convert BV to av |
File Size | 14.13 KB |
Installation Count | 162 |
Current Version | 0.1.3 |
Last Updated | 2020-04-14 |
Publish Date | 2020-04-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://kotori.love |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kokororin/bilibili-bv-to-av |
Help Page URL | https://github.com/kokororin/bilibili-bv-to-av/issues |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "__MSG_appName__", "version": "0.1.3", "description": "__MSG_description__", "permissions": [], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.bilibili.com\/*" ], "run_at": "document_end", "js": [ "inject.js" ] } ], "default_locale": "en" } |