WiseMonkey

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

Wat is WiseMonkey?

WiseMonkey is een Chrome-extensie ontwikkeld door http://wisemonkey.io, en de belangrijkste functie is "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WiseMonkey

Download WiseMonkey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 .                    

Basisinformatie over de Extensie

Naam WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
Officiële URL https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Beschrijving Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Bestandsgrootte 50.1 KB
Aantal Installaties 10
Huidige Versie 0.17.4
Laatst Bijgewerkt 2017-11-08
Publicatiedatum 2017-11-08
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://wisemonkey.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://wisemonkey.io
URL van de Privacybeleid Pagina http://wisemonkey.io/privacy
Ondersteunde Talen 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"
    ]
}