Cock Blocker For Omegle

Block nudity on omegle! Blur and Auto-Skip!

Cock Blocker For Omegleคืออะไร?

Cock Blocker For Omegle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J4A Industries และคุณลักษณะหลักของมันคือ "Block nudity on omegle! Blur and Auto-Skip!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cock Blocker For Omegle

ดาวน์โหลดไฟล์ส่วนขยาย Cock Blocker For Omegle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fed up of seeing cock after cock on omegle? I was, so I decided to make this so now you don't have to (as much). Using machine learning through the nsfwJS library, it is configurable to blur or skip any nudity on omegle (male and female).

Updates:
v0.2.1
I'm giving in to the whole "ip" tracing thing now that the cat is out of the bag but doing it different to everyone else
 - Added IP geolocation search with an iframe of https://iknowwhatyoudownload.com/
    - This will let you see your stranger's IP, vague location and any torrents their IP is associated with (if they're on a VPN, it'll come up with loads of stuff they haven't downloaded)
 - More bug fixes

v0.2
 - Bug fixes
 - A nicer looking UI on the omegle home screen

Cock Blocker is in no way affiliated with "Omegle.com LLC"                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cock Blocker For Omegle Cock Blocker For Omegle
ID acogoebfegcdkabddmpomnhafncmehkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cock-blocker-for-omegle/acogoebfegcdkabddmpomnhafncmehkd
คำอธิบาย Block nudity on omegle! Blur and Auto-Skip!
ขนาดไฟล์ 4.24 MB
จำนวนการติดตั้ง 1,281
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2022-04-20
วันที่เผยแพร่ 2020-06-10
คะแนน 4.23/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา J4A Industries
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cock Blocker For Omegle",
    "version": "0.2.1",
    "description": "Block nudity on omegle! Blur and Auto-Skip!",
    "manifest_version": 2,
    "short_name": "Cock Blocker",
    "web_accessible_resources": [
        "JS\/*",
        "styles\/*",
        "popup.html",
        "options.html",
        "botMessages.html"
    ],
    "background": {
        "scripts": [
            "JS\/misc\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "declarativeContent",
        "*:\/\/*.omegle.com\/*",
        "https:\/\/ogibaaufkc.execute-api.eu-west-1.amazonaws.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.omegle.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.omegle.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "styles\/styles.css"
            ],
            "js": [
                "JS\/misc\/contentScript.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "Cock Blocker",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}