Suh Dude

Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.

ما هو Suh Dude؟

Suh Dude هو إضافة Chrome تم تطويرها بواسطة BuenApps، والميزة الرئيسية لها هي "Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.".

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

screenshot

تحميل ملف CRX للإضافة Suh Dude

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

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

                        Suh Dude! ✌

(has audio)

Will answer all your prayers.                    

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

الاسم Suh Dude Suh Dude
ID knhmlhlnhdmciiodklobeihobgeefpch
عنوان URL الرسمي https://chromewebstore.google.com/detail/suh-dude/knhmlhlnhdmciiodklobeihobgeefpch
الوصف Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.
حجم الملف 323 KB
عدد التثبيتات 94
النسخة الحالية 1.1.1
آخر تحديث 2016-02-13
تاريخ النشر 2016-02-13
تقييم 4.00/5 مجموع تقييمات 4
المطور BuenApps
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Suh Dude",
    "description": "Be sure to have your audio up because this extension will add a little SUH... and a DUDE into your to your chrome experience.",
    "author": "Fabian Buentello",
    "short_name": "Suh Dude",
    "version": "1.1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "SuhDude.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "web_accessible_resources": [
        "audio\/sahDude_0.mp3",
        "audio\/sahDude_1.mp3",
        "audio\/sahDude_2.mp3",
        "audio\/sahDude_3.mp3",
        "audio\/sahDude_4.mp3",
        "audio\/sahDude_5.mp3",
        "audio\/sahDude_6.mp3",
        "audio\/sahDude_7.mp3",
        "audio\/sahDude_8.mp3"
    ],
    "permissions": [
        "activeTab"
    ]
}