HoloSchedule

One browser extension COVERs all livestreams.

HoloSchedule란 무엇입니까?

HoloSchedule은(는) yunzhe35p에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One browser extension COVERs all livestreams."입니다.

확장 프로그램 스크린샷

screenshot

HoloSchedule 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        —— Keep in touch with Hololive.

One browser extension COVERs all scheduled and guerrilla livestreams from Hololive.

This extension expects to provide a similar, or even better, experience as hololive schedule (https://schedule.hololive.tv/lives/hololive). 

This release contains the basic functionality of holo-schedule, including:
* View a list of lives that are undergoing
* View scheduled lives in 7 days
* View ended lives up to 3 days ago
* Set a reminder for a shceduled live
* Push desktop notification when a guerrilla live starts
* I18n for Japanese, English, German and Simplified Chinese
* Support various streaming platforms including Bilibili, Twitch, TwitCasting, Twitter Space and Youtube
* ... and more interesting stuff under developing!

If you have any question or suggestion, please contact [email protected].

Star this project on GitHub (https://github.com/YunzheZJU/holo-schedule) if you feel this extension good.

Version history: https://github.com/YunzheZJU/holo-schedule/releases                    

확장 프로그램 기본 정보

이름 HoloSchedule HoloSchedule
ID fjicegllhddldnnkgfefblholeegpcad
공식 URL https://chromewebstore.google.com/detail/holoschedule/fjicegllhddldnnkgfefblholeegpcad
설명 One browser extension COVERs all livestreams.
파일 크기 174 KB
설치 횟수 6,195
현재 버전 2.1.2
최근 업데이트 2023-11-27
출시 날짜 2020-08-03
평점 4.93/5 총 55 개의 평점
개발자 yunzhe35p
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/YunzheZJU/holo-schedule
지원되는 언어 de,en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.1.2",
    "homepage_url": "https:\/\/github.com\/YunzheZJU\/holo-schedule",
    "author": "Yunzhe ",
    "default_locale": "en",
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "96": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "chrome_style": false,
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "16": "icons\/[email protected]",
            "32": "icons\/[email protected]"
        },
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "88.0"
}