Browser Soundtrack
Provides a soundtrack to your web browsing
Cos'è Browser Soundtrack?
Browser Soundtrack è un'estensione di Chrome sviluppata da Ross Penman, e la sua funzione principale è "Provides a soundtrack to your web browsing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser Soundtrack
Scarica i file di estensione Browser Soundtrack 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bafihgbhknmajjlelohgmehlcblhkfec |
URL Ufficiale | https://chromewebstore.google.com/detail/browser-soundtrack/bafihgbhknmajjlelohgmehlcblhkfec |
Descrizione | Provides a soundtrack to your web browsing |
Dimensione del File | 18.01 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-12-14 |
Data di Pubblicazione | 2014-12-14 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | Ross Penman |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |