holo-nonstop-extension

Enjoy Hololive content continuously

Hvad er holo-nonstop-extension?

holo-nonstop-extension er en Chrome-udvidelse udviklet af qwe19272375, og dens hovedfunktion er "Enjoy Hololive content continuously".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download holo-nonstop-extension-udvidelses-CRX-fil

Download holo-nonstop-extension-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

                        Install this extension to enable tabs to watch hololive live streams without having trouble spending time to find another live stream manually.
Please refer to https://github.com/k4r1suma/holo-nonstop-extension#usage for usage                    

Grundlæggende oplysninger om udvidelsen

Navn holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
Officiel URL https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Beskrivelse Enjoy Hololive content continuously
Filstørrelse 559 KB
Antal Installationer 200
Nuværende Version 0.1.1
Senest Opdateret 2020-08-22
Udgivelsesdato 2020-08-13
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler qwe19272375
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/k4r1suma/holo-nonstop-extension
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "holo-nonstop-extension",
    "author": "k4r1suma",
    "version": "0.1.1",
    "description": "Enjoy Hololive content continuously",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "img\/[email protected]",
            "32": "img\/[email protected]",
            "64": "img\/[email protected]",
            "128": "img\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/[email protected]",
        "32": "img\/[email protected]",
        "64": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "manifest_version": 2
}