holo-nonstop-extension
Enjoy Hololive content continuously
holo-nonstop-extension란 무엇입니까?
holo-nonstop-extension은(는) qwe19272375에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy Hololive content continuously"입니다.
확장 프로그램 스크린샷
holo-nonstop-extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |