Trypo Extension

This extension detects and blocks trypophobic images on a webpage

Qu'est-ce que Trypo Extension ?

Trypo Extension est une extension Chrome développée par shafay07, et sa fonction principale est "This extension detects and blocks trypophobic images on a webpage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trypo Extension

Téléchargez les fichiers d'extension Trypo Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trypo Extension Trypo Extension
ID jbegedofebaioenjdjpcfmkgidcahobi
URL Officiel https://chromewebstore.google.com/detail/trypo-extension/jbegedofebaioenjdjpcfmkgidcahobi
Description This extension detects and blocks trypophobic images on a webpage
Taille du Fichier 8.7 MB
Nombre d'Installations 22
Version Actuelle 1.1
Dernière Mise à Jour 2019-04-12
Date de Publication 2019-04-07
Évaluation 4.14/5 Total 7 Évaluations
Développeur shafay07
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}