holo-nonstop-extension

Enjoy Hololive content continuously

Cos'è holo-nonstop-extension?

holo-nonstop-extension è un'estensione di Chrome sviluppata da qwe19272375, e la sua funzione principale è "Enjoy Hololive content continuously".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione holo-nonstop-extension

Scarica i file di estensione holo-nonstop-extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
URL Ufficiale https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Descrizione Enjoy Hololive content continuously
Dimensione del File 559 KB
Conteggio Installazioni 200
Versione Corrente 0.1.1
Ultimo Aggiornamento 2020-08-22
Data di Pubblicazione 2020-08-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore qwe19272375
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/k4r1suma/holo-nonstop-extension
Lingue Supportate 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
}