Bilibili BV to av
Convert BV to av
Hvad er Bilibili BV to av?
Bilibili BV to av er en Chrome-udvidelse udviklet af https://kotori.love, og dens hovedfunktion er "Convert BV to av".
Udvidelsesskærmbilleder
Download Bilibili BV to av-udvidelses-CRX-fil
Download Bilibili BV to av-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Convert BV to av for bilibili.com
Grundlæggende oplysninger om udvidelsen
Navn | Bilibili BV to av |
ID | ijepcdfnlcdepamjdjcfgnphjfcpbapc |
Officiel URL | https://chromewebstore.google.com/detail/bilibili-bv-to-av/ijepcdfnlcdepamjdjcfgnphjfcpbapc |
Beskrivelse | Convert BV to av |
Filstørrelse | 14.13 KB |
Antal Installationer | 162 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2020-04-14 |
Udgivelsesdato | 2020-04-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://kotori.love |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kokororin/bilibili-bv-to-av |
Hjælpeside-URL | https://github.com/kokororin/bilibili-bv-to-av/issues |
Understøttede Sprog | 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" } |