holo-nonstop-extension
Enjoy Hololive content continuously
Was ist holo-nonstop-extension?
holo-nonstop-extension ist eine Chrome-Erweiterung, die von qwe19272375 entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy Hololive content continuously".
Erweiterungsscreenshots
holo-nonstop-extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie holo-nonstop-extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | holo-nonstop-extension |
ID | inkmfkgkfcicnjingdpppdffmjeohppn |
Offizielle URL | https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn |
Beschreibung | Enjoy Hololive content continuously |
Dateigröße | 559 KB |
Installationsanzahl | 200 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2020-08-22 |
Veröffentlichungsdatum | 2020-08-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | qwe19272375 |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/k4r1suma/holo-nonstop-extension |
Unterstützte Sprachen | 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 } |