WiseMonkey

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

Co to jest WiseMonkey?

WiseMonkey to rozszerzenie Chrome opracowane przez http://wisemonkey.io, a jego główną funkcją jest „Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WiseMonkey

Pobierz pliki rozszerzeń WiseMonkey w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 .                    

Podstawowe informacje o rozszerzeniu

Nazwa WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
Oficjalny URL https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Opis Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Rozmiar pliku 50.1 KB
Liczba instalacji 10
Aktualna Wersja 0.17.4
Ostatnia Aktualizacja 2017-11-08
Data Publikacji 2017-11-08
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper http://wisemonkey.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://wisemonkey.io
Adres URL Strony Polityki Prywatności http://wisemonkey.io/privacy
Obsługiwane Języki 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"
    ]
}