OmegleCover

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

Что такое OmegleCover?

OmegleCover - это расширение Chrome, разработанное silversnaildk, и его основная функция - "Cover your own cam on Omegle to make the conversation more natrual.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения OmegleCover

Скачайте файлы расширений OmegleCover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название OmegleCover OmegleCover
ID jigdmkehflkdflmnbpfhddlkmlpelmna
Официальный URL https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna
Описание Cover your own cam on Omegle to make the conversation more natrual.
Размер файла 9.92 KB
Количество установок 3,836
Текущая Версия 1.4
Последнее Обновление 2014-12-28
Дата публикации 2014-12-28
Рейтинг 2.65/5 Всего 20 оценок
Разработчик silversnaildk
Тип оплаты free
Поддерживаемые языки 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
}