holo-nonstop-extension

Enjoy Hololive content continuously

Qu'est-ce que holo-nonstop-extension ?

holo-nonstop-extension est une extension Chrome développée par qwe19272375, et sa fonction principale est "Enjoy Hololive content continuously".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension holo-nonstop-extension

Téléchargez les fichiers d'extension holo-nonstop-extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
URL Officiel https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Description Enjoy Hololive content continuously
Taille du Fichier 559 KB
Nombre d'Installations 200
Version Actuelle 0.1.1
Dernière Mise à Jour 2020-08-22
Date de Publication 2020-08-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur qwe19272375
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/k4r1suma/holo-nonstop-extension
Langues Prises en Charge 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
}