WiseMonkey

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

Cos'è WiseMonkey?

WiseMonkey è un'estensione di Chrome sviluppata da http://wisemonkey.io, e la sua funzione principale è "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WiseMonkey

Scarica i file di estensione WiseMonkey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
URL Ufficiale https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Descrizione Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Dimensione del File 50.1 KB
Conteggio Installazioni 10
Versione Corrente 0.17.4
Ultimo Aggiornamento 2017-11-08
Data di Pubblicazione 2017-11-08
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://wisemonkey.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://wisemonkey.io
URL della Pagina della Politica sulla Privacy http://wisemonkey.io/privacy
Lingue Supportate 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"
    ]
}