The Sound of Silence

WELCOME TO FEELADELPHIA!

ما هو The Sound of Silence؟

The Sound of Silence هو إضافة Chrome تم تطويرها بواسطة filipp.aleksic، والميزة الرئيسية لها هي "WELCOME TO FEELADELPHIA!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Sound of Silence

قم بتنزيل ملفات الامتداد The Sound of Silence بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم The Sound of Silence The Sound of Silence
ID majacpamicenholpchbcdippdhdenbjj
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-sound-of-silence/majacpamicenholpchbcdippdhdenbjj
الوصف WELCOME TO FEELADELPHIA!
حجم الملف 4.37 MB
عدد التثبيتات 16
النسخة الحالية 1.0
آخر تحديث 2016-04-16
تاريخ النشر 2016-04-16
تقييم 5.00/5 مجموع تقييمات 5
المطور filipp.aleksic
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}