One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
What is One-Click Skip Button for Google Music?
One-Click Skip Button for Google Music is a Chrome extension developed by Procrastinating Student, and its main feature is "Skip songs in Google Music from your address bar.".
Extension Screenshots
Download One-Click Skip Button for Google Music Extension CRX File
Download One-Click Skip Button for Google Music 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
This extension adds a skip button to your address bar, letting you skip the currently-playing song in Google Music. You *must* have the companion extension "One-Click Controls for Google Music" enabled in order to use this extension. Get it here: https://chrome.google.com/webstore/detail/one-click-controls-for-go/iplcnndnkaahamcojidocbfdagapbcal Get the rewind button here: https://chrome.google.com/webstore/detail/jecmhknpaakaljaahcpjpojlomilfcbk
Extension Basic Information
Name | One-Click Skip Button for Google Music |
ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
Official URL | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
Description | Skip songs in Google Music from your address bar. |
File Size | 8.62 KB |
Installation Count | 23 |
Current Version | 0.0.1 |
Last Updated | 2017-12-01 |
Publish Date | 2017-11-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Procrastinating Student |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Skip Button for Google Music", "description": "Skip songs in Google Music from your address bar.", "version": "0.0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/ff_19_black.png", "38": "images\/ff_38_black.png" } }, "manifest_version": 2 } |