HoloSchedule

One browser extension COVERs all livestreams.

HoloSchedule क्या है?

HoloSchedule yunzhe35p द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One browser extension COVERs all livestreams."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HoloSchedule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}