Omegle Warning
A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
Omegle Warningคืออะไร?
Omegle Warning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Useful-development และคุณลักษณะหลักของมันคือ "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omegle Warning
ดาวน์โหลดไฟล์ส่วนขยาย Omegle Warning ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A small extension to alert people on bad content for the website "omegle".
The function is very simple:
Every minute spent on the website, the user receives a popup alert, indicating that the website contains bad content. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hhfnbpedfkcibdggdolbfnamcmdhliij |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij |
| คำอธิบาย | A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the… |
| ขนาดไฟล์ | 3.44 KB |
| จำนวนการติดตั้ง | 74 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2021-04-28 |
| วันที่เผยแพร่ | 2021-04-03 |
| ผู้พัฒนา | Useful-development |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Omegle Warning",
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/www.omegle.com\/"
],
"js": [
"js\/content.js"
]
}
]
} | |