Bilibili BV to av

Convert BV to av

Wat is Bilibili BV to av?

Bilibili BV to av is een Chrome-extensie ontwikkeld door https://kotori.love, en de belangrijkste functie is "Convert BV to av".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bilibili BV to av

Download Bilibili BV to av-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Convert BV to av for bilibili.com                    

Basisinformatie over de Extensie

Naam Bilibili BV to av Bilibili BV to av
ID ijepcdfnlcdepamjdjcfgnphjfcpbapc
Officiële URL https://chromewebstore.google.com/detail/bilibili-bv-to-av/ijepcdfnlcdepamjdjcfgnphjfcpbapc
Beschrijving Convert BV to av
Bestandsgrootte 14.13 KB
Aantal Installaties 162
Huidige Versie 0.1.3
Laatst Bijgewerkt 2020-04-14
Publicatiedatum 2020-04-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://kotori.love
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kokororin/bilibili-bv-to-av
Help Pagina-URL https://github.com/kokororin/bilibili-bv-to-av/issues
Ondersteunde Talen 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"
}