One-Click Skip Button for Google Music

Skip songs in Google Music from your address bar.

Что такое One-Click Skip Button for Google Music?

One-Click Skip Button for Google Music - это расширение Chrome, разработанное Procrastinating Student, и его основная функция - "Skip songs in Google Music from your address bar.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения One-Click Skip Button for Google Music

Скачайте файлы расширений One-Click Skip Button for Google Music в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название One-Click Skip Button for Google Music One-Click Skip Button for Google Music
ID bbeefcjnjicgkpjbhdnbegckifhooeeo
Официальный URL https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo
Описание Skip songs in Google Music from your address bar.
Размер файла 8.62 KB
Количество установок 23
Текущая Версия 0.0.1
Последнее Обновление 2017-12-01
Дата публикации 2017-11-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Procrastinating Student
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}