Youtube to Google Music
Adds button to youtube pages to search for song in google music
Was ist Youtube to Google Music?
Youtube to Google Music ist eine Chrome-Erweiterung, die von jrmurray entwickelt wurde, und ihr Hauptmerkmal ist "Adds button to youtube pages to search for song in google music".
Erweiterungsscreenshots
Youtube to Google Music-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube to Google Music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simple extension that adds a button to youtube videos that will open a new tab of google music with the song title searched.
Grundlegende Informationen zur Erweiterung
Name | Youtube to Google Music |
ID | dcoljlfaeahfnjgeajeakopfgpaoadmc |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-to-google-music/dcoljlfaeahfnjgeajeakopfgpaoadmc |
Beschreibung | Adds button to youtube pages to search for song in google music |
Dateigröße | 13.59 KB |
Installationsanzahl | 743 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-10-05 |
Veröffentlichungsdatum | 2016-10-04 |
Bewertung | 2.83/5 Insgesamt 6 Bewertungen |
Entwickler | jrmurray |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |