Web Mirror

See yourself with webcam mirror!

ما هو Web Mirror؟

Web Mirror هو إضافة Chrome تم تطويرها بواسطة satoshiho2012، والميزة الرئيسية لها هي "See yourself with webcam mirror!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Web Mirror

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

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

                        This is tool to see yourself with webcam. so-called photo/video selfie on your browser. 
It will make your browser mirror. 
This default setting is using reversible mirror which shows you how you look like when other people see you.
Important point is real mirror cannot do this.
Also, you can change view with different filter and record and save it if you like.
If you don't need your selfie video, just close tab and it will be gone completely. 
Basic purpose is just check your appearance and make yourself shine today!!

Update:

2017/Mar/14
2.0--

Added photo mode and motion mode

Updated:

2021/May/11
2.2

Removed unnecessary permissions                    

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

الاسم Web Mirror Web Mirror
ID eaijffijbobmnonfhilihbejadplhddo
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-mirror/eaijffijbobmnonfhilihbejadplhddo
الوصف See yourself with webcam mirror!
حجم الملف 85.47 KB
عدد التثبيتات 5,292
النسخة الحالية 2.4
آخر تحديث 2023-11-13
تاريخ النشر 2021-05-12
تقييم 2.68/5 مجموع تقييمات 28
المطور satoshiho2012
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://webmirror.online
عنوان صفحة سياسة الخصوصية http://engineernest.com/extensions/privacy_policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Mirror",
    "version": "2.4",
    "description": "See yourself with webcam mirror!",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webmirror.online\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "webRequest",
        "webNavigation",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}