holo-nonstop-extension
Enjoy Hololive content continuously
什么是holo-nonstop-extension?
holo-nonstop-extension是由qwe19272375开发的Chrome扩展程序,该扩展的主要功能是“Enjoy Hololive content continuously”。
扩展截图
下载holo-nonstop-extension扩展crx文件
下载holo-nonstop-extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | holo-nonstop-extension |
ID | inkmfkgkfcicnjingdpppdffmjeohppn |
官方URL | https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn |
简介 | Enjoy Hololive content continuously |
文件大小 | 559 KB |
安装次数 | 200 |
当前版本 | 0.1.1 |
更新时间 | 2020-08-22 |
上架时间 | 2020-08-13 |
评分 | 5.00/5 共1次评分 |
开发者 | qwe19272375 |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/k4r1suma/holo-nonstop-extension |
支持的语言 | 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 } |