holo-nonstop-extension
Enjoy Hololive content continuously
holo-nonstop-extension là gì?
holo-nonstop-extension là một tiện ích mở rộng Chrome được phát triển bởi qwe19272375, và tính năng chính của nó là "Enjoy Hololive content continuously".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng holo-nonstop-extension
Tải xuống các tệp mở rộng holo-nonstop-extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | holo-nonstop-extension |
ID | inkmfkgkfcicnjingdpppdffmjeohppn |
URL Chính Thức | https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn |
Mô tả | Enjoy Hololive content continuously |
Kích Thước Tệp | 559 KB |
Số Lần Cài Đặt | 200 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-08-22 |
Ngày Phát Hành | 2020-08-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | qwe19272375 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/k4r1suma/holo-nonstop-extension |
Ngôn Ngữ Được Hỗ Trợ | 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 } |