Smart Sieve

Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.

Smart Sieveとは何ですか?

Smart SieveはXavierによって開発されたChromeの拡張機能で、その主な機能は「Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.」です。

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

screenshot
screenshot

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

Smart Sieve拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Made for parents and schools, Smart Sieve is a chrome extension that filters (hence "sieve") and removes content depending on the filter selected. Equipped with an auto-filtering mode, you can keep the extension on while it filters all images based on the filter you choose. The Smart Sieve isn't 'smart' for no reason; it employs the powerful Clarifai API to analyze each image's properties for extremely accurate identification. The Smart Sieve is designed for those with hemophobia as well, as it has a hemophobia button that filters all gore and blood.

Credit: Xavier Lu and Peter Wu from NJ                    

拡張機能の基本情報

名前 Smart Sieve Smart Sieve
ID gegngkeciggmgpjdahkffpdfgdldeeib
公式URL https://chrome.google.com/webstore/detail/smart-sieve/gegngkeciggmgpjdahkffpdfgdldeeib
説明 Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.
ファイルサイズ 172 KB
インストール数 12
現在のバージョン 1.1
最終更新日 2017-01-29
公開日 2017-01-29
評価 4.20/5 合計 5 レビュー
開発者 Xavier
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Sieve",
    "short_name": "SmartSieve",
    "description": "Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png"
        },
        "icons": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}