Smart Sieve

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

Wat is Smart Sieve?

Smart Sieve is een Chrome-extensie ontwikkeld door Xavier, en de belangrijkste functie is "Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Smart Sieve

Download Smart Sieve-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Smart Sieve Smart Sieve
ID gegngkeciggmgpjdahkffpdfgdldeeib
Officiële URL https://chrome.google.com/webstore/detail/smart-sieve/gegngkeciggmgpjdahkffpdfgdldeeib
Beschrijving Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.
Bestandsgrootte 172 KB
Aantal Installaties 12
Huidige Versie 1.1
Laatst Bijgewerkt 2017-01-29
Publicatiedatum 2017-01-29
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Xavier
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}