The Sound of Silence

WELCOME TO FEELADELPHIA!

What is The Sound of Silence?

The Sound of Silence is a Chrome extension developed by filipp.aleksic, and its main feature is "WELCOME TO FEELADELPHIA!".

Extension Screenshots

screenshot

Download The Sound of Silence Extension CRX File

Download The Sound of Silence extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
Official URL https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
Description WELCOME TO FEELADELPHIA!
File Size 4.37 MB
Installation Count 16
Current Version 1.0
Last Updated 2016-04-16
Publish Date 2016-04-16
Rating 5.00/5 Total 5 Ratings
Developer filipp.aleksic
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}