Search Play Music from Youtube

When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers.

Cos'è Search Play Music from Youtube?

Search Play Music from Youtube è un'estensione di Chrome sviluppata da mani, e la sua funzione principale è "When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Search Play Music from Youtube

Scarica i file di estensione Search Play Music from Youtube 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

                        Adds a link to Google Play Music search, under Youtube music videos so that you can directly access, listen and buy the track from Play Music. 

Useful for users with All Access service.                    

Informazioni di Base sull'Estensione

Nome Search Play Music from Youtube Search Play Music from Youtube
ID kimbipeccekllapofjffiphlhlakiooh
URL Ufficiale https://chrome.google.com/webstore/detail/search-play-music-from-yo/kimbipeccekllapofjffiphlhlakiooh
Descrizione When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers.
Dimensione del File 9.55 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-02-19
Data di Pubblicazione 2015-02-19
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore mani
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Play Music from Youtube",
    "description": "When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers.",
    "version": "0.0.1",
    "background": {
        "persistant": true,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}