WiseMonkey

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

Vad är WiseMonkey?

WiseMonkey är en Chrome-tillägg utvecklad av http://wisemonkey.io, och dess huvudfunktion är "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science".

Tilläggsskärmbilder

screenshot

Ladda ner WiseMonkey-förlängningens CRX-fil

Ladda ner WiseMonkey-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 .                    

Grundläggande Information om Tillägg

Namn WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
Officiell webbadress https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Beskrivning Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Filstorlek 50.1 KB
Antal Installationer 10
Aktuell Version 0.17.4
Senast Uppdaterad 2017-11-08
Publiceringsdatum 2017-11-08
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare http://wisemonkey.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://wisemonkey.io
URL till Sekretesspolicy Sidan http://wisemonkey.io/privacy
Stödda Språk 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"
    ]
}