One-Click Skip Button for Google Music

Skip songs in Google Music from your address bar.

One-Click Skip Button for Google Music là gì?

One-Click Skip Button for Google Music là một tiện ích mở rộng Chrome được phát triển bởi Procrastinating Student, và tính năng chính của nó là "Skip songs in Google Music from your address bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng One-Click Skip Button for Google Music

Tải xuống các tệp mở rộng One-Click Skip Button for Google Music dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên One-Click Skip Button for Google Music One-Click Skip Button for Google Music
ID bbeefcjnjicgkpjbhdnbegckifhooeeo
URL Chính Thức https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo
Mô tả Skip songs in Google Music from your address bar.
Kích Thước Tệp 8.62 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-12-01
Ngày Phát Hành 2017-11-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Procrastinating Student
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}