OmegleCover
Cover your own cam on Omegle to make the conversation more natrual.
Wat is OmegleCover?
OmegleCover is een Chrome-extensie ontwikkeld door silversnaildk, en de belangrijkste functie is "Cover your own cam on Omegle to make the conversation more natrual.".
Extensie Screenshots
Download het CRX-bestand van de extensie OmegleCover
Download OmegleCover-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
Cover yourself up! Ever noticed that you constantly check yourself out on Omegle. It's very unnatrual and it makes a conversation akward. Use this and try having a normal conversation by not being able to see yourself. (This does not hide your video feed for the stranger only yourself.)
Basisinformatie over de Extensie
Naam | OmegleCover |
ID | jigdmkehflkdflmnbpfhddlkmlpelmna |
Officiële URL | https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna |
Beschrijving | Cover your own cam on Omegle to make the conversation more natrual. |
Bestandsgrootte | 9.92 KB |
Aantal Installaties | 3,836 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-12-28 |
Publicatiedatum | 2014-12-28 |
Beoordeling | 2.65/5 Totaal 20 Beoordelingen |
Ontwikkelaar | silversnaildk |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmegleCover", "description": "Cover your own cam on Omegle to make the conversation more natrual.", "version": "1.4", "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon0.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon0.png", "default_title": "Cover yourself." }, "permissions": [ "declarativeContent", "activeTab" ], "manifest_version": 2 } |