Bilibili BV to av

Convert BV to av

Was ist Bilibili BV to av?

Bilibili BV to av ist eine Chrome-Erweiterung, die von https://kotori.love entwickelt wurde, und ihr Hauptmerkmal ist "Convert BV to av".

Erweiterungsscreenshots

screenshot
screenshot

Bilibili BV to av-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bilibili BV to av-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Convert BV to av for bilibili.com                    

Grundlegende Informationen zur Erweiterung

Name Bilibili BV to av Bilibili BV to av
ID ijepcdfnlcdepamjdjcfgnphjfcpbapc
Offizielle URL https://chromewebstore.google.com/detail/bilibili-bv-to-av/ijepcdfnlcdepamjdjcfgnphjfcpbapc
Beschreibung Convert BV to av
Dateigröße 14.13 KB
Installationsanzahl 162
Aktuelle Version 0.1.3
Letztes Update 2020-04-14
Veröffentlichungsdatum 2020-04-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://kotori.love
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kokororin/bilibili-bv-to-av
Hilfeseite URL https://github.com/kokororin/bilibili-bv-to-av/issues
Unterstützte Sprachen 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"
}