WiseMonkey

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

Что такое WiseMonkey?

WiseMonkey - это расширение Chrome, разработанное http://wisemonkey.io, и его основная функция - "Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WiseMonkey

Скачайте файлы расширений WiseMonkey в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 .                    

Основная информация о расширении

Название WiseMonkey WiseMonkey
ID olhcfgfcbkjlonelecchakjnklbjofnc
Официальный URL https://chrome.google.com/webstore/detail/olhcfgfcbkjlonelecchakjnklbjofnc
Описание Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science
Размер файла 50.1 KB
Количество установок 10
Текущая Версия 0.17.4
Последнее Обновление 2017-11-08
Дата публикации 2017-11-08
Рейтинг 5.00/5 Всего 4 оценок
Разработчик http://wisemonkey.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://wisemonkey.io
URL страницы политики конфиденциальности http://wisemonkey.io/privacy
Поддерживаемые языки 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"
    ]
}