Relaxound
Relaxound - background sound generator for work and relaxation
Cos'è Relaxound?
Relaxound è un'estensione di Chrome sviluppata da http://relaxound.tk, e la sua funzione principale è "Relaxound - background sound generator for work and relaxation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Relaxound
Scarica i file di estensione Relaxound 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
Informazioni di Base sull'Estensione
Nome | |
ID | mnalibceaggjpmicodllapfekbfglflc |
URL Ufficiale | https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc |
Descrizione | Relaxound - background sound generator for work and relaxation |
Dimensione del File | 79.9 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2015-10-25 |
Data di Pubblicazione | 2015-10-25 |
Valutazione | 3.00/5 Totale 6 Valutazioni |
Sviluppatore | http://relaxound.tk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://relaxound.kolyunya.me |
URL della Pagina di Aiuto | https://twitter.com/relaxound |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relaxound", "short_name": "Relaxound", "description": "Relaxound - background sound generator for work and relaxation", "version": "1.5", "author": "Nikolay Oleynikov", "permissions": [ "https:\/\/relaxound.kolyunya.me\/", "cookies", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/relaxound.kolyunya.me\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/sound-enabled.png" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" } } |