Web Mirror

See yourself with webcam mirror!

Web Mirror क्या है?

Web Mirror satoshiho2012 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See yourself with webcam mirror!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Mirror एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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": [
        ""
    ]
}