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是由Procrastinating Student開發的Chrome擴展程式,該擴展的主要功能是“Skip songs in Google Music from your address bar.”。

擴展截圖

screenshot
screenshot

下載One-Click Skip Button for Google Music擴展crx文件

下載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
官方網址 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
}