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
Eメール [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!"
}