Web Mirror

See yourself with webcam mirror!

What is Web Mirror?

Web Mirror is a Chrome extension developed by satoshiho2012, and its main feature is "See yourself with webcam mirror!".

Extension Screenshots

screenshot
screenshot

Download Web Mirror Extension CRX File

Download Web Mirror extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Web Mirror Web Mirror
ID eaijffijbobmnonfhilihbejadplhddo
Official URL https://chromewebstore.google.com/detail/web-mirror/eaijffijbobmnonfhilihbejadplhddo
Description See yourself with webcam mirror!
File Size 85.47 KB
Installation Count 5,292
Current Version 2.4
Last Updated 2023-11-13
Publish Date 2021-05-12
Rating 2.68/5 Total 28 Ratings
Developer satoshiho2012
Email [email protected]
Payment Type free
Extension Website https://webmirror.online
Privacy Policy Page URL http://engineernest.com/extensions/privacy_policy.html
Supported Languages 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": [
        ""
    ]
}