OmegleCover

Cover your own cam on Omegle to make the conversation more natrual.

Cos'è OmegleCover?

OmegleCover è un'estensione di Chrome sviluppata da silversnaildk, e la sua funzione principale è "Cover your own cam on Omegle to make the conversation more natrual.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OmegleCover

Scarica i file di estensione OmegleCover 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

                        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.)                    

Informazioni di Base sull'Estensione

Nome OmegleCover OmegleCover
ID jigdmkehflkdflmnbpfhddlkmlpelmna
URL Ufficiale https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna
Descrizione Cover your own cam on Omegle to make the conversation more natrual.
Dimensione del File 9.92 KB
Conteggio Installazioni 3,836
Versione Corrente 1.4
Ultimo Aggiornamento 2014-12-28
Data di Pubblicazione 2014-12-28
Valutazione 2.65/5 Totale 20 Valutazioni
Sviluppatore silversnaildk
Tipo di Pagamento free
Lingue Supportate 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
}