holo-nonstop-extension
Enjoy Hololive content continuously
Wat is holo-nonstop-extension?
holo-nonstop-extension is een Chrome-extensie ontwikkeld door qwe19272375, en de belangrijkste functie is "Enjoy Hololive content continuously".
Extensie Screenshots
Download het CRX-bestand van de extensie holo-nonstop-extension
Download holo-nonstop-extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | inkmfkgkfcicnjingdpppdffmjeohppn |
Officiële URL | https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn |
Beschrijving | Enjoy Hololive content continuously |
Bestandsgrootte | 559 KB |
Aantal Installaties | 200 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-08-22 |
Publicatiedatum | 2020-08-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | qwe19272375 |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/k4r1suma/holo-nonstop-extension |
Ondersteunde Talen | 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 } |