Smart Sieve

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

Smart Sieve क्या है?

Smart Sieve Xavier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Sieve एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        ]
    }
}