holo-nonstop-extension

Enjoy Hololive content continuously

What is holo-nonstop-extension?

holo-nonstop-extension is a Chrome extension developed by qwe19272375, and its main feature is "Enjoy Hololive content continuously".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download holo-nonstop-extension Extension CRX File

Download holo-nonstop-extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
Official URL https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Description Enjoy Hololive content continuously
File Size 559 KB
Installation Count 200
Current Version 0.1.1
Last Updated 2020-08-22
Publish Date 2020-08-13
Rating 5.00/5 Total 1 Ratings
Developer qwe19272375
Email [email protected]
Payment Type free
Help Page URL https://github.com/k4r1suma/holo-nonstop-extension
Supported Languages 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
}