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.
What is Search Play Music from Youtube?
Search Play Music from Youtube is a Chrome extension developed by mani, and its main feature is "When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers.".
Extension Screenshots
Download Search Play Music from Youtube Extension CRX File
Download Search Play Music from Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kimbipeccekllapofjffiphlhlakiooh |
Official URL | https://chrome.google.com/webstore/detail/search-play-music-from-yo/kimbipeccekllapofjffiphlhlakiooh |
Description | When watching a music video on Youtube, a link to Google Play Music search is included. Great for All Access customers. |
File Size | 9.55 KB |
Installation Count | 1,000 |
Current Version | 0.0.1 |
Last Updated | 2015-02-19 |
Publish Date | 2015-02-19 |
Rating | 3.00/5 Total 2 Ratings |
Developer | mani |
Payment Type | free |
Supported Languages | 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" } } |