Trypo Extension

This extension detects and blocks trypophobic images on a webpage

Trypo Extensionとは何ですか?

Trypo Extensionはshafay07によって開発されたChromeの拡張機能で、その主な機能は「This extension detects and blocks trypophobic images on a webpage」です。

拡張機能のスクリーンショット

screenshot

Trypo Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}