The Sound of Silence

WELCOME TO FEELADELPHIA!

Apa itu The Sound of Silence?

The Sound of Silence adalah ekstensi Chrome yang dikembangkan oleh filipp.aleksic, dan fitur utamanya adalah "WELCOME TO FEELADELPHIA!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Sound of Silence

Unduh file ekstensi The Sound of Silence dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
URL Resmi https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
Deskripsi WELCOME TO FEELADELPHIA!
Ukuran File 4.37 MB
Jumlah Instalasi 16
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-16
Tanggal Publikasi 2016-04-16
Penilaian 5.00/5 Total 5 Penilaian
Pengembang filipp.aleksic
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}