The Sound of Silence

WELCOME TO FEELADELPHIA!

O que é The Sound of Silence?

The Sound of Silence é uma extensão do Chrome desenvolvida por filipp.aleksic, e sua principal característica é "WELCOME TO FEELADELPHIA!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Sound of Silence

Baixe arquivos de extensão The Sound of Silence 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

                        Having feels? Press the feels guy icon and go to emotional roller coaster with the sound of silence.

This extension play the song "The Sound Of Silence" to give you the perfect soundtrack to your feels!                    

Informações Básicas da Extensão

Nome The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
URL Oficial https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
Descrição WELCOME TO FEELADELPHIA!
Tamanho do Arquivo 4.37 MB
Contagem de Instalações 16
Versão Atual 1.0
Última Atualização 2016-04-16
Data de Publicação 2016-04-16
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor filipp.aleksic
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": "The Sound of Silence",
    "description": "WELCOME TO FEELADELPHIA!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "sadfleck.png"
    },
    "web_accessible_resources": [
        "silence.mp3"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    }
}