Youtube to Google Music
Adds button to youtube pages to search for song in google music
Cos'è Youtube to Google Music?
Youtube to Google Music è un'estensione di Chrome sviluppata da jrmurray, e la sua funzione principale è "Adds button to youtube pages to search for song in google music".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube to Google Music
Scarica i file di estensione Youtube to Google Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple extension that adds a button to youtube videos that will open a new tab of google music with the song title searched. Informazioni di Base sull'Estensione
| Nome | |
| ID | dcoljlfaeahfnjgeajeakopfgpaoadmc |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-to-google-music/dcoljlfaeahfnjgeajeakopfgpaoadmc |
| Descrizione | Adds button to youtube pages to search for song in google music |
| Dimensione del File | 13.59 KB |
| Conteggio Installazioni | 743 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-10-05 |
| Data di Pubblicazione | 2016-10-04 |
| Valutazione | 2.83/5 Totale 6 Valutazioni |
| Sviluppatore | jrmurray |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube to Google Music",
"version": "0.1",
"manifest_version": 2,
"description": "Adds button to youtube pages to search for song in google music",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"tabs",
"https:\/\/www.youtube.com\/watch?v=*",
"http:\/\/www.youtube.com\/watch?v=*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*",
"http:\/\/www.youtube.com\/watch?v=*"
],
"css": [
"inject\/inject.css"
]
},
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*",
"http:\/\/www.youtube.com\/watch?v=*"
],
"js": [
"inject\/inject.js"
]
}
]
} | |