OmegleCover

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

What is OmegleCover?

OmegleCover is a Chrome extension developed by silversnaildk, and its main feature is "Cover your own cam on Omegle to make the conversation more natrual.".

Extension Screenshots

screenshot

Download OmegleCover Extension CRX File

Download OmegleCover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name OmegleCover OmegleCover
ID jigdmkehflkdflmnbpfhddlkmlpelmna
Official URL https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna
Description Cover your own cam on Omegle to make the conversation more natrual.
File Size 9.92 KB
Installation Count 3,836
Current Version 1.4
Last Updated 2014-12-28
Publish Date 2014-12-28
Rating 2.65/5 Total 20 Ratings
Developer silversnaildk
Payment Type free
Supported Languages 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
}