holo-nonstop-extension

Enjoy Hololive content continuously

Co to jest holo-nonstop-extension?

holo-nonstop-extension to rozszerzenie Chrome opracowane przez qwe19272375, a jego główną funkcją jest „Enjoy Hololive content continuously”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia holo-nonstop-extension

Pobierz pliki rozszerzeń holo-nonstop-extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
Oficjalny URL https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Opis Enjoy Hololive content continuously
Rozmiar pliku 559 KB
Liczba instalacji 200
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2020-08-22
Data Publikacji 2020-08-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper qwe19272375
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/k4r1suma/holo-nonstop-extension
Obsługiwane Języki 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
}