Trypo Extension

This extension detects and blocks trypophobic images on a webpage

Trypo Extension là gì?

Trypo Extension là một tiện ích mở rộng Chrome được phát triển bởi shafay07, và tính năng chính của nó là "This extension detects and blocks trypophobic images on a webpage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trypo Extension

Tải xuống các tệp mở rộng Trypo Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trypo Extension Trypo Extension
ID jbegedofebaioenjdjpcfmkgidcahobi
URL Chính Thức https://chromewebstore.google.com/detail/trypo-extension/jbegedofebaioenjdjpcfmkgidcahobi
Mô tả This extension detects and blocks trypophobic images on a webpage
Kích Thước Tệp 8.7 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-04-12
Ngày Phát Hành 2019-04-07
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển shafay07
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}