SongSearch

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

Qu'est-ce que SongSearch ?

SongSearch est une extension Chrome développée par mattbev, et sa fonction principale est "Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SongSearch

Téléchargez les fichiers d'extension SongSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SongSearch SongSearch
ID hljcedmfdnifngnnilbdkmhnnimcodnf
URL Officiel https://chromewebstore.google.com/detail/songsearch/hljcedmfdnifngnnilbdkmhnnimcodnf
Description Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords
Taille du Fichier 56.02 KB
Nombre d'Installations 66
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-25
Date de Publication 2022-11-20
Développeur mattbev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}