Smart Sieve

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

Vad är Smart Sieve?

Smart Sieve är en Chrome-tillägg utvecklad av Xavier, och dess huvudfunktion är "Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Smart Sieve-förlängningens CRX-fil

Ladda ner Smart Sieve-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Smart Sieve Smart Sieve
ID gegngkeciggmgpjdahkffpdfgdldeeib
Officiell webbadress https://chrome.google.com/webstore/detail/smart-sieve/gegngkeciggmgpjdahkffpdfgdldeeib
Beskrivning Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.
Filstorlek 172 KB
Antal Installationer 12
Aktuell Version 1.1
Senast Uppdaterad 2017-01-29
Publiceringsdatum 2017-01-29
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Xavier
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}