One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
Co to jest One-Click Skip Button for Google Music?
One-Click Skip Button for Google Music to rozszerzenie Chrome opracowane przez Procrastinating Student, a jego główną funkcją jest „Skip songs in Google Music from your address bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia One-Click Skip Button for Google Music
Pobierz pliki rozszerzeń One-Click Skip Button for Google Music w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | One-Click Skip Button for Google Music |
ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
Oficjalny URL | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
Opis | Skip songs in Google Music from your address bar. |
Rozmiar pliku | 8.62 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-12-01 |
Data Publikacji | 2017-11-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Procrastinating Student |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |