Web Mirror

See yourself with webcam mirror!

Web Mirror란 무엇입니까?

Web Mirror은(는) satoshiho2012에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See yourself with webcam mirror!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Web Mirror 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}