Spotify lyrics searcher
Opens Google search page with current song as search parameter
What is Spotify lyrics searcher?
Spotify lyrics searcher is a Chrome extension developed by https://sebastiaanjansen.be, and its main feature is "Opens Google search page with current song as search parameter".
Extension Screenshots
Download Spotify lyrics searcher Extension CRX File
Download Spotify lyrics searcher 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
Opens a Google search page with the current song as parameter. Works only with Spotify Web player.
Extension Basic Information
Name | Spotify lyrics searcher |
ID | ffmkmjljpnohoggpphnjddfhcaaaelai |
Official URL | https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai |
Description | Opens Google search page with current song as search parameter |
File Size | 30.06 KB |
Installation Count | 161 |
Current Version | 1.0 |
Last Updated | 2016-08-29 |
Publish Date | 2016-08-29 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://sebastiaanjansen.be |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify lyrics searcher", "description": "Opens Google search page with current song as search parameter", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Spotify lyrics searcher" }, "manifest_version": 2 } |