OmegleCover

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

Co to jest OmegleCover?

OmegleCover to rozszerzenie Chrome opracowane przez silversnaildk, a jego główną funkcją jest „Cover your own cam on Omegle to make the conversation more natrual.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OmegleCover

Pobierz pliki rozszerzeń OmegleCover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa OmegleCover OmegleCover
ID jigdmkehflkdflmnbpfhddlkmlpelmna
Oficjalny URL https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna
Opis Cover your own cam on Omegle to make the conversation more natrual.
Rozmiar pliku 9.92 KB
Liczba instalacji 3,836
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2014-12-28
Data Publikacji 2014-12-28
Ocena 2.65/5 Łącznie 20 Oceny
Deweloper silversnaildk
Typ Płatności free
Obsługiwane Języki 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
}