soundscape

The best way to listen to tunes while browsing through the internet.

O que é soundscape?

soundscape é uma extensão do Chrome desenvolvida por madhur acharya, e sua principal característica é "The best way to listen to tunes while browsing through the internet.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão soundscape

Baixe arquivos de extensão soundscape no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Soundscape is a music player that can play music on your web browser in the background.
Now you can check up on your emails, update your social media or just browse through the internet, all while listening to your favourite songs.

Click on the logo to initiate the file selector and select the songs you want to play.
A playlist will be created with the songs that you choose. to access the playlist, click on the dropdown arrow button at the player.
And that's it your all set.

Oh and one last thing, make sure you refresh the player when you are not using it. this will clear up your RAM. 
To refresh just click on the little cross button on the right side.                    

Informações Básicas da Extensão

Nome soundscape soundscape
ID jiehhlimfkjahackdmbcnnajpmeihlmn
URL Oficial https://chrome.google.com/webstore/detail/soundscape/jiehhlimfkjahackdmbcnnajpmeihlmn
Descrição The best way to listen to tunes while browsing through the internet.
Tamanho do Arquivo 133 KB
Contagem de Instalações 20
Versão Atual 1.0
Última Atualização 2018-05-04
Data de Publicação 2018-05-04
Desenvolvedor madhur acharya
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "soundscape",
    "description": "The best way to listen to tunes while browsing through the internet.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    }
}