HoloSongs

Integrate Holodex features into YouTube!

什么是HoloSongs?

HoloSongs是由mintchoco开发的Chrome扩展程序,该扩展的主要功能是“Integrate Holodex features into YouTube!”。

扩展截图

screenshot

下载HoloSongs扩展crx文件

下载HoloSongs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Powered by the global Holodex community, HoloSongs adds a full featured media player to long YouTube livestreams so you can seek to your favorite songs and play them on repeat.

*** Features ***

Full featured media player alongside singing streams
-  Setlist at a glance
-  Seek and skip individual songs
-  Repeat mode
-  Music mode (skips talking segments)

Works with most videos from your favorite streamers, including streamers from Hololive, Nijisanji and other organizations.

*** What's new in v1.1.1 ***

-  Fixed an issue with setlist appearance

*** Previous updates ***

v1.1.0
-  Songs without artwork now display a placeholder
-  Setlist is now collapsible
-  Improved the look of the setlist's scrollbar
-  Fixed an issue that caused incorrect setlists to sometimes appear                    

扩展基本信息

名称 HoloSongs HoloSongs
ID ipibfcnlipdkimfmajnddpboejkocplf
官方URL https://chromewebstore.google.com/detail/holosongs/ipibfcnlipdkimfmajnddpboejkocplf
简介 Integrate Holodex features into YouTube!
文件大小 284 KB
安装次数 264
当前版本 1.1.1
更新时间 2023-04-05
上架时间 2023-01-29
评分 5.00/5 共5次评分
开发者 mintchoco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/themintchoco/holosongs
帮助页面URL https://github.com/themintchoco/holosongs/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HoloSongs",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "alarms",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "version": "1.1.1",
    "description": "Integrate Holodex features into YouTube!"
}