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.
Co to jest Search Play Music from Youtube?
Search Play Music from Youtube to rozszerzenie Chrome opracowane przez mani, a jego główną funkcją jest „When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search Play Music from Youtube
Pobierz pliki rozszerzeń Search Play Music from Youtube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kimbipeccekllapofjffiphlhlakiooh |
Oficjalny URL | https://chrome.google.com/webstore/detail/search-play-music-from-yo/kimbipeccekllapofjffiphlhlakiooh |
Opis | When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers. |
Rozmiar pliku | 9.55 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2015-02-19 |
Data Publikacji | 2015-02-19 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | mani |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |