One-Click Skip Button for Google Music

Skip songs in Google Music from your address bar.

Co je One-Click Skip Button for Google Music?

One-Click Skip Button for Google Music je rozšíření Chrome vyvinuté Procrastinating Student, a jeho hlavní funkcí je „Skip songs in Google Music from your address bar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření One-Click Skip Button for Google Music

Stáhněte si soubory rozšíření One-Click Skip Button for Google Music ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název One-Click Skip Button for Google Music One-Click Skip Button for Google Music
ID bbeefcjnjicgkpjbhdnbegckifhooeeo
Oficiální URL https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo
Popis Skip songs in Google Music from your address bar.
Velikost souboru 8.62 KB
Počet instalací 23
Aktuální Verze 0.0.1
Poslední Aktualizace 2017-12-01
Datum Vydání 2017-11-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Procrastinating Student
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}