Web Mirror
See yourself with webcam mirror!
Wat is Web Mirror?
Web Mirror is een Chrome-extensie ontwikkeld door satoshiho2012, en de belangrijkste functie is "See yourself with webcam mirror!".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Mirror
Download Web Mirror-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Web Mirror |
ID | eaijffijbobmnonfhilihbejadplhddo |
Officiële URL | https://chromewebstore.google.com/detail/web-mirror/eaijffijbobmnonfhilihbejadplhddo |
Beschrijving | See yourself with webcam mirror! |
Bestandsgrootte | 85.47 KB |
Aantal Installaties | 5,292 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2023-11-13 |
Publicatiedatum | 2021-05-12 |
Beoordeling | 2.68/5 Totaal 28 Beoordelingen |
Ontwikkelaar | satoshiho2012 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://webmirror.online |
URL van de Privacybeleid Pagina | http://engineernest.com/extensions/privacy_policy.html |
Ondersteunde Talen | 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": [ " |