Web Mirror

See yourself with webcam mirror!

什麼是Web Mirror?

Web Mirror是由satoshiho2012開發的Chrome擴展程式,該擴展的主要功能是“See yourself with webcam mirror!”。

擴展截圖

screenshot
screenshot

下載Web Mirror擴展crx文件

下載Web Mirror擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
        ""
    ]
}