WiseMonkey

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

Qu'est-ce que WiseMonkey ?

WiseMonkey est une extension Chrome développée par http://wisemonkey.io, et sa fonction principale est "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WiseMonkey

Téléchargez les fichiers d'extension WiseMonkey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 .                    

Informations de Base sur l'Extension

Nom WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
URL Officiel https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Description Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Taille du Fichier 50.1 KB
Nombre d'Installations 10
Version Actuelle 0.17.4
Dernière Mise à Jour 2017-11-08
Date de Publication 2017-11-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur http://wisemonkey.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://wisemonkey.io
URL de la Page de Politique de Confidentialité http://wisemonkey.io/privacy
Langues Prises en Charge 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"
    ]
}