Trypo Extension

This extension detects and blocks trypophobic images on a webpage

What is Trypo Extension?

Trypo Extension is a Chrome extension developed by shafay07, and its main feature is "This extension detects and blocks trypophobic images on a webpage".

Extension Screenshots

screenshot

Download Trypo Extension Extension CRX File

Download Trypo Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trypo Extension Trypo Extension
ID jbegedofebaioenjdjpcfmkgidcahobi
Official URL https://chromewebstore.google.com/detail/trypo-extension/jbegedofebaioenjdjpcfmkgidcahobi
Description This extension detects and blocks trypophobic images on a webpage
File Size 8.7 MB
Installation Count 22
Current Version 1.1
Last Updated 2019-04-12
Publish Date 2019-04-07
Rating 4.14/5 Total 7 Ratings
Developer shafay07
Email [email protected]
Payment Type free
Supported Languages 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'"
}