Omegle Warning

A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…

ما هو Omegle Warning؟

Omegle Warning هو إضافة Chrome تم تطويرها بواسطة Useful-development، والميزة الرئيسية لها هي "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".

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

screenshot

تحميل ملف CRX للإضافة Omegle Warning

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

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

                        A small extension to alert people on bad content for the website "omegle". 
The function is very simple:
Every minute spent on the website, the user receives a popup alert, indicating that the website contains bad content.                    

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

الاسم Omegle Warning Omegle Warning
ID hhfnbpedfkcibdggdolbfnamcmdhliij
عنوان URL الرسمي https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij
الوصف A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
حجم الملف 3.44 KB
عدد التثبيتات 74
النسخة الحالية 1.0
آخر تحديث 2021-04-28
تاريخ النشر 2021-04-03
المطور Useful-development
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omegle Warning",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.omegle.com\/"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}