OmegleCover
Cover your own cam on Omegle to make the conversation more natrual.
Vad är OmegleCover?
OmegleCover är en Chrome-tillägg utvecklad av silversnaildk, och dess huvudfunktion är "Cover your own cam on Omegle to make the conversation more natrual.".
Tilläggsskärmbilder
Ladda ner OmegleCover-förlängningens CRX-fil
Ladda ner OmegleCover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.) Grundläggande Information om Tillägg
| Namn | |
| ID | jigdmkehflkdflmnbpfhddlkmlpelmna |
| Officiell webbadress | https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna |
| Beskrivning | Cover your own cam on Omegle to make the conversation more natrual. |
| Filstorlek | 9.92 KB |
| Antal Installationer | 3,836 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2014-12-28 |
| Publiceringsdatum | 2014-12-28 |
| Betyg | 2.65/5 Totalt 20 Betyg |
| Utvecklare | silversnaildk |
| Betalningssätt | free |
| Stödda Språk | 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
} | |