Web Mirror

See yourself with webcam mirror!

Web Mirror là gì?

Web Mirror là một tiện ích mở rộng Chrome được phát triển bởi satoshiho2012, và tính năng chính của nó là "See yourself with webcam mirror!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Mirror

Tải xuống các tệp mở rộng Web Mirror dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Mirror Web Mirror
ID eaijffijbobmnonfhilihbejadplhddo
URL Chính Thức https://chromewebstore.google.com/detail/web-mirror/eaijffijbobmnonfhilihbejadplhddo
Mô tả See yourself with webcam mirror!
Kích Thước Tệp 85.47 KB
Số Lần Cài Đặt 5,292
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2021-05-12
Đánh Giá 2.68/5 Tổng số 28 Đánh Giá
Nhà Phát Triển satoshiho2012
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webmirror.online
URL Trang Chính Sách Bảo Mật http://engineernest.com/extensions/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}