Chime

Adds new features to Google Music Web Player

Qu'est-ce que Chime ?

Chime est une extension Chrome développée par mindfreakthemon, et sa fonction principale est "Adds new features to Google Music Web Player".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chime

Téléchargez les fichiers d'extension Chime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Chime Chime
ID ogdpmmimhibedpodeohgifmjgalhfmej
URL Officiel https://chromewebstore.google.com/detail/chime/ogdpmmimhibedpodeohgifmjgalhfmej
Description Adds new features to Google Music Web Player
Taille du Fichier 6 MB
Nombre d'Installations 74
Version Actuelle 0.3.3
Dernière Mise à Jour 2016-03-28
Date de Publication 2016-03-27
Évaluation 4.89/5 Total 9 Évaluations
Développeur mindfreakthemon
Type de Paiement free
Site Web de l'Extension https://github.com/mindfreakthemon/chime
Langues Prises en Charge 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
}