Web Mirror

See yourself with webcam mirror!

Apa itu Web Mirror?

Web Mirror adalah ekstensi Chrome yang dikembangkan oleh satoshiho2012, dan fitur utamanya adalah "See yourself with webcam mirror!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Mirror

Unduh file ekstensi Web Mirror dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Web Mirror Web Mirror
ID eaijffijbobmnonfhilihbejadplhddo
URL Resmi https://chromewebstore.google.com/detail/web-mirror/eaijffijbobmnonfhilihbejadplhddo
Deskripsi See yourself with webcam mirror!
Ukuran File 85.47 KB
Jumlah Instalasi 5,292
Versi Saat Ini 2.4
Terakhir Diperbarui 2023-11-13
Tanggal Publikasi 2021-05-12
Penilaian 2.68/5 Total 28 Penilaian
Pengembang satoshiho2012
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webmirror.online
URL Halaman Kebijakan Privasi http://engineernest.com/extensions/privacy_policy.html
Bahasa yang Didukung 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": [
        ""
    ]
}