The Sound of Silence

WELCOME TO FEELADELPHIA!

Cos'è The Sound of Silence?

The Sound of Silence è un'estensione di Chrome sviluppata da filipp.aleksic, e la sua funzione principale è "WELCOME TO FEELADELPHIA!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Sound of Silence

Scarica i file di estensione The Sound of Silence 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

                        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!                    

Informazioni di Base sull'Estensione

Nome The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
URL Ufficiale https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
Descrizione WELCOME TO FEELADELPHIA!
Dimensione del File 4.37 MB
Conteggio Installazioni 16
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-16
Data di Pubblicazione 2016-04-16
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore filipp.aleksic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}