Bilibili BV to av

Convert BV to av

Vad är Bilibili BV to av?

Bilibili BV to av är en Chrome-tillägg utvecklad av https://kotori.love, och dess huvudfunktion är "Convert BV to av".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bilibili BV to av-förlängningens CRX-fil

Ladda ner Bilibili BV to av-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Convert BV to av for bilibili.com                    

Grundläggande Information om Tillägg

Namn Bilibili BV to av Bilibili BV to av
ID ijepcdfnlcdepamjdjcfgnphjfcpbapc
Officiell webbadress https://chromewebstore.google.com/detail/bilibili-bv-to-av/ijepcdfnlcdepamjdjcfgnphjfcpbapc
Beskrivning Convert BV to av
Filstorlek 14.13 KB
Antal Installationer 162
Aktuell Version 0.1.3
Senast Uppdaterad 2020-04-14
Publiceringsdatum 2020-04-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://kotori.love
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/kokororin/bilibili-bv-to-av
Hjälpsida URL https://github.com/kokororin/bilibili-bv-to-av/issues
Stödda Språk 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"
}