OmegleCover
Cover your own cam on Omegle to make the conversation more natrual.
O que é OmegleCover?
OmegleCover é uma extensão do Chrome desenvolvida por silversnaildk, e sua principal característica é "Cover your own cam on Omegle to make the conversation more natrual.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OmegleCover
Baixe arquivos de extensão OmegleCover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.)
Informações Básicas da Extensão
Nome | OmegleCover |
ID | jigdmkehflkdflmnbpfhddlkmlpelmna |
URL Oficial | https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna |
Descrição | Cover your own cam on Omegle to make the conversation more natrual. |
Tamanho do Arquivo | 9.92 KB |
Contagem de Instalações | 3,836 |
Versão Atual | 1.4 |
Última Atualização | 2014-12-28 |
Data de Publicação | 2014-12-28 |
Classificação | 2.65/5 Total de 20 Avaliações |
Desenvolvedor | silversnaildk |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |