SongSearch

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

SongSearch क्या है?

SongSearch mattbev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SongSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}