Oof!

Plays the Roblox oof sound on tab close!

ما هو Oof!؟

Oof! هو إضافة Chrome تم تطويرها بواسطة shan، والميزة الرئيسية لها هي "Plays the Roblox oof sound on tab close!".

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

screenshot

تحميل ملف CRX للإضافة Oof!

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

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

                        Extension that plays the Roblox "Oof" sound whenever you close a tab!                    

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

الاسم Oof! Oof!
ID megabacfdcdkoigeenelkfaenmociipc
عنوان URL الرسمي https://chromewebstore.google.com/detail/oof/megabacfdcdkoigeenelkfaenmociipc
الوصف Plays the Roblox oof sound on tab close!
حجم الملف 32.87 KB
عدد التثبيتات 7,669
النسخة الحالية 1.1.3
آخر تحديث 2022-06-29
تاريخ النشر 2018-11-14
تقييم 4.50/5 مجموع تقييمات 60
المطور shan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ShantnuS/oof-on-close
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oof!",
    "version": "1.1.3",
    "description": "Plays the Roblox oof sound on tab close!",
    "permissions": [],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}