Chime

Adds new features to Google Music Web Player

Chime là gì?

Chime là một tiện ích mở rộng Chrome được phát triển bởi mindfreakthemon, và tính năng chính của nó là "Adds new features to Google Music Web Player".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chime

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

                        Enhancing Play Music experience.

Features:
* Lyrics support
* Dark theme
* Rich notifications
* Last.fm now playing / scrobbling support
* Some modifications to the player (toggling the hero image only for now)

Need anything else? Suggest right away!                    

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

Tên Chime Chime
ID ogdpmmimhibedpodeohgifmjgalhfmej
URL Chính Thức https://chromewebstore.google.com/detail/chime/ogdpmmimhibedpodeohgifmjgalhfmej
Mô tả Adds new features to Google Music Web Player
Kích Thước Tệp 6 MB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2016-03-28
Ngày Phát Hành 2016-03-27
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển mindfreakthemon
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mindfreakthemon/chime
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chime",
    "version": "0.3.3",
    "author": "Vitalii Rakovtsii ",
    "description": "Adds new features to Google Music Web Player",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon.png"
    },
    "minimum_chrome_version": "35.0.1916.114",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "https:\/\/play.google.com\/music\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.ggpht.com\/*",
        "https:\/\/play-music.gstatic.com\/*",
        "https:\/\/ws.audioscrobbler.com\/2.0\/*",
        "https:\/\/*.google.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "pages\/background.html",
        "persistent": false
    },
    "sandbox": {
        "pages": [
            "pages\/sandbox.html"
        ]
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "css": [
                "styles\/flexible.css",
                "styles\/content.css"
            ],
            "js": [
                "vendor\/babel-polyfill\/browser-polyfill.js",
                "vendor\/system.js\/dist\/system.src.js",
                "js\/config.raw.js",
                "js\/content.raw.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*.js",
        "vendor\/*.js",
        "styles\/*.css",
        "images\/*.png",
        "pages\/options.html"
    ],
    "manifest_version": 2
}