OmegleCover

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

OmegleCover란 무엇입니까?

OmegleCover은(는) silversnaildk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cover your own cam on Omegle to make the conversation more natrual."입니다.

확장 프로그램 스크린샷

screenshot

OmegleCover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}