holo-nonstop-extension

Enjoy Hololive content continuously

Apa itu holo-nonstop-extension?

holo-nonstop-extension adalah ekstensi Chrome yang dikembangkan oleh qwe19272375, dan fitur utamanya adalah "Enjoy Hololive content continuously".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi holo-nonstop-extension

Unduh file ekstensi holo-nonstop-extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
URL Resmi https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Deskripsi Enjoy Hololive content continuously
Ukuran File 559 KB
Jumlah Instalasi 200
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2020-08-22
Tanggal Publikasi 2020-08-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang qwe19272375
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/k4r1suma/holo-nonstop-extension
Bahasa yang Didukung 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
}