Chime

Adds new features to Google Music Web Player

Cos'è Chime?

Chime è un'estensione di Chrome sviluppata da mindfreakthemon, e la sua funzione principale è "Adds new features to Google Music Web Player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chime

Scarica i file di estensione Chime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Chime Chime
ID ogdpmmimhibedpodeohgifmjgalhfmej
URL Ufficiale https://chromewebstore.google.com/detail/chime/ogdpmmimhibedpodeohgifmjgalhfmej
Descrizione Adds new features to Google Music Web Player
Dimensione del File 6 MB
Conteggio Installazioni 74
Versione Corrente 0.3.3
Ultimo Aggiornamento 2016-03-28
Data di Pubblicazione 2016-03-27
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore mindfreakthemon
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mindfreakthemon/chime
Lingue Supportate 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
}