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
公式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
Eメール [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": [
        ""
    ]
}