holo-nonstop-extension

Enjoy Hololive content continuously

Vad är holo-nonstop-extension?

holo-nonstop-extension är en Chrome-tillägg utvecklad av qwe19272375, och dess huvudfunktion är "Enjoy Hololive content continuously".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner holo-nonstop-extension-förlängningens CRX-fil

Ladda ner holo-nonstop-extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn holo-nonstop-extension holo-nonstop-extension
ID inkmfkgkfcicnjingdpppdffmjeohppn
Officiell webbadress https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn
Beskrivning Enjoy Hololive content continuously
Filstorlek 559 KB
Antal Installationer 200
Aktuell Version 0.1.1
Senast Uppdaterad 2020-08-22
Publiceringsdatum 2020-08-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare qwe19272375
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/k4r1suma/holo-nonstop-extension
Stödda Språk 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
}