Web Mirror

See yourself with webcam mirror!

Cos'è Web Mirror?

Web Mirror è un'estensione di Chrome sviluppata da satoshiho2012, e la sua funzione principale è "See yourself with webcam mirror!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Web Mirror

Scarica i file di estensione Web Mirror in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Web Mirror Web Mirror
ID eaijffijbobmnonfhilihbejadplhddo
URL Ufficiale https://chromewebstore.google.com/detail/web-mirror/eaijffijbobmnonfhilihbejadplhddo
Descrizione See yourself with webcam mirror!
Dimensione del File 85.47 KB
Conteggio Installazioni 5,292
Versione Corrente 2.4
Ultimo Aggiornamento 2023-11-13
Data di Pubblicazione 2021-05-12
Valutazione 2.68/5 Totale 28 Valutazioni
Sviluppatore satoshiho2012
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webmirror.online
URL della Pagina della Politica sulla Privacy http://engineernest.com/extensions/privacy_policy.html
Lingue Supportate 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": [
        ""
    ]
}