Browser Soundtrack

Provides a soundtrack to your web browsing

Qu'est-ce que Browser Soundtrack ?

Browser Soundtrack est une extension Chrome développée par Ross Penman, et sa fonction principale est "Provides a soundtrack to your web browsing".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Browser Soundtrack

Téléchargez les fichiers d'extension Browser Soundtrack 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

                        Browser Soundtrack is a Chrome extension that provides a soundtrack that fits your web browsing experience. It analyses the contents of the web page you are visiting and plays a relevant piece of music in the background. For example, when reading a blog post about Ruby, it will play Ruby by the Kaiser Chiefs.                    

Informations de Base sur l'Extension

Nom Browser Soundtrack Browser Soundtrack
ID bafihgbhknmajjlelohgmehlcblhkfec
URL Officiel https://chromewebstore.google.com/detail/browser-soundtrack/bafihgbhknmajjlelohgmehlcblhkfec
Description Provides a soundtrack to your web browsing
Taille du Fichier 18.01 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2014-12-14
Date de Publication 2014-12-14
Évaluation 2.50/5 Total 2 Évaluations
Développeur Ross Penman
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Soundtrack",
    "description": "Provides a soundtrack to your web browsing",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/cryptic-anchorage-3829.herokuapp.com\/",
        "https:\/\/i.scdn.co\/image\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}