Bilibili BV to av
Convert BV to av
Qu'est-ce que Bilibili BV to av ?
Bilibili BV to av est une extension Chrome développée par https://kotori.love, et sa fonction principale est "Convert BV to av".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bilibili BV to av
Téléchargez les fichiers d'extension Bilibili BV to av 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
Convert BV to av for bilibili.com
Informations de Base sur l'Extension
Nom | Bilibili BV to av |
ID | ijepcdfnlcdepamjdjcfgnphjfcpbapc |
URL Officiel | https://chromewebstore.google.com/detail/bilibili-bv-to-av/ijepcdfnlcdepamjdjcfgnphjfcpbapc |
Description | Convert BV to av |
Taille du Fichier | 14.13 KB |
Nombre d'Installations | 162 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2020-04-14 |
Date de Publication | 2020-04-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://kotori.love |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kokororin/bilibili-bv-to-av |
URL de la Page d'Aide | https://github.com/kokororin/bilibili-bv-to-av/issues |
Langues Prises en Charge | 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" } |