SongSearch

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

ما هو SongSearch؟

SongSearch هو إضافة Chrome تم تطويرها بواسطة mattbev، والميزة الرئيسية لها هي "Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SongSearch

قم بتنزيل ملفات الامتداد SongSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
    }
}