WiseMonkey

Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science

Co je WiseMonkey?

WiseMonkey je rozšíření Chrome vyvinuté http://wisemonkey.io, a jeho hlavní funkcí je „Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WiseMonkey

Stáhněte si soubory rozšíření WiseMonkey ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        WiseMonkey uses new artificial intelligence and NLP technology to filter cyberbullying, harassment, and hate speech from your Twitter and Facebook news feeds.  Learn more at http://wisemonkey.io .                    

Základní Informace o Rozšíření

Název WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
Oficiální URL https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Popis Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Velikost souboru 50.1 KB
Počet instalací 10
Aktuální Verze 0.17.4
Poslední Aktualizace 2017-11-08
Datum Vydání 2017-11-08
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://wisemonkey.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://wisemonkey.io
URL Stránky Zásad Ochrany Soukromí http://wisemonkey.io/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WiseMonkey",
    "short_name": "WiseMonkey Social Media Filter",
    "description": "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science",
    "version": "0.17.4",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/temp.lnkn.com\/",
        "https:\/\/temp.lnkn.com\/"
    ],
    "background": {
        "scripts": [
            "hot-reload.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.bundle.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Semantiq Page Filtering Tool",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "header.png",
        "icon-very-light.png",
        "icon.png"
    ]
}