WiseMonkey

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

What is WiseMonkey?

WiseMonkey is a Chrome extension developed by http://wisemonkey.io, and its main feature is "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science".

Extension Screenshots

screenshot

Download WiseMonkey Extension CRX File

Download WiseMonkey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 .                    

Extension Basic Information

Name WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
Official URL https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Description Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
File Size 50.1 KB
Installation Count 10
Current Version 0.17.4
Last Updated 2017-11-08
Publish Date 2017-11-08
Rating 5.00/5 Total 4 Ratings
Developer http://wisemonkey.io
Email [email protected]
Payment Type free
Extension Website http://wisemonkey.io
Privacy Policy Page URL http://wisemonkey.io/privacy
Supported Languages 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"
    ]
}