Trypo Extension

This extension detects and blocks trypophobic images on a webpage

Co je Trypo Extension?

Trypo Extension je rozšíření Chrome vyvinuté shafay07, a jeho hlavní funkcí je „This extension detects and blocks trypophobic images on a webpage“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trypo Extension

Stáhněte si soubory rozšíření Trypo Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trypo Extension Trypo Extension
ID jbegedofebaioenjdjpcfmkgidcahobi
Oficiální URL https://chromewebstore.google.com/detail/trypo-extension/jbegedofebaioenjdjpcfmkgidcahobi
Popis This extension detects and blocks trypophobic images on a webpage
Velikost souboru 8.7 MB
Počet instalací 22
Aktuální Verze 1.1
Poslední Aktualizace 2019-04-12
Datum Vydání 2019-04-07
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář shafay07
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}