Trypo Extension

This extension detects and blocks trypophobic images on a webpage

Trypo Extensionคืออะไร?

Trypo Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shafay07 และคุณลักษณะหลักของมันคือ "This extension detects and blocks trypophobic images on a webpage"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trypo Extension

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

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

                        This extension uses CNN model to detect trypophobic images on a web-page and blurs them out. It helps people suffering from trypophobia to surf internet happily :)

This tool is developed as a part of research work at the University of Nottingham.                    

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

ชื่อ Trypo Extension Trypo Extension
ID jbegedofebaioenjdjpcfmkgidcahobi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trypo-extension/jbegedofebaioenjdjpcfmkgidcahobi
คำอธิบาย This extension detects and blocks trypophobic images on a webpage
ขนาดไฟล์ 8.7 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-07
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา shafay07
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trypo Extension",
    "version": "1.1",
    "description": "This extension detects and blocks trypophobic images on a webpage",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/load-image.all.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow\/[email protected]\/dist\/tf.min.js; object-src 'self'"
}