HoloSongs

Integrate Holodex features into YouTube!

HoloSongsคืออะไร?

HoloSongs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mintchoco และคุณลักษณะหลักของมันคือ "Integrate Holodex features into YouTube!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HoloSongs

ดาวน์โหลดไฟล์ส่วนขยาย 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!"
}