GrooveControl for Grooveshark

Control your songs playback from any window.

GrooveControl for Grooveshark là gì?

GrooveControl for Grooveshark là một tiện ích mở rộng Chrome được phát triển bởi Adauto Leite Neto, và tính năng chính của nó là "Control your songs playback from any window.".

Ả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 GrooveControl for Grooveshark

Tải xuống các tệp mở rộng GrooveControl for Grooveshark 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

                        GrooveControl is a Chrome extension that allows your to control your Grooveshark music playback from any tab or window. Its minimalist look makes it a simple and powerful extension!

More info:
- Display your current playing song
- Play, Pause, Next, Previous buttons
- Open Grooveshark page it's not opened.

Hope you enjoy!                    

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

Tên GrooveControl for Grooveshark GrooveControl for Grooveshark
ID fejapieahmlbaiijccemmhgijkfjomnd
URL Chính Thức https://chromewebstore.google.com/detail/groovecontrol-for-grooves/fejapieahmlbaiijccemmhgijkfjomnd
Mô tả Control your songs playback from any window.
Kích Thước Tệp 577 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2012-07-04
Ngày Phát Hành 2012-07-04
Đánh Giá 1.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Adauto Leite Neto
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GrooveControl for Grooveshark",
    "version": "1.2",
    "description": "Control your songs playback from any window.",
    "icons": {
        "64": "imgs\/icon_64x64.png",
        "128": "imgs\/icon_128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/grooveshark.com\/*"
    ],
    "browser_action": {
        "default_title": "GrooveControl",
        "default_icon": "imgs\/icon.png",
        "default_popup": "popup.html"
    }
}