SongSearch

Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords

什麼是SongSearch?

SongSearch是由mattbev開發的Chrome擴展程式,該擴展的主要功能是“Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords”。

擴展截圖

screenshot

下載SongSearch擴展crx文件

下載SongSearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Karoke Party Time! This extension lets you pull up a karokee version of a song from YouTube on one tab and the Guitar Chords for that song on another tab so you can play along with the Karokee Song. Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords.  Just type in "ss" to pull up the search for SongSearc (SS)  then type in the song you want to play!                    

擴展基本資訊

名稱 SongSearch SongSearch
ID hljcedmfdnifngnnilbdkmhnnimcodnf
官方網址 https://chromewebstore.google.com/detail/songsearch/hljcedmfdnifngnnilbdkmhnnimcodnf
簡介 Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords
檔案大小 56.02 KB
安裝次數 66
目前版本 1.0
更新時間 2023-10-25
上架時間 2022-11-20
開發者 mattbev
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SongSearch",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Karoke Party Time!  Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "88",
    "omnibox": {
        "keyword": "ss"
    }
}