The Sound of Silence

WELCOME TO FEELADELPHIA!

Qu'est-ce que The Sound of Silence ?

The Sound of Silence est une extension Chrome développée par filipp.aleksic, et sa fonction principale est "WELCOME TO FEELADELPHIA!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Sound of Silence

Téléchargez les fichiers d'extension The Sound of Silence au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
URL Officiel https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
Description WELCOME TO FEELADELPHIA!
Taille du Fichier 4.37 MB
Nombre d'Installations 16
Version Actuelle 1.0
Dernière Mise à Jour 2016-04-16
Date de Publication 2016-04-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur filipp.aleksic
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}