WiseMonkey

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

什么是WiseMonkey?

WiseMonkey是由http://wisemonkey.io开发的Chrome扩展程序,该扩展的主要功能是“Automatically block cyberbullying, harassment, hate speech on Twitter and Facebook using machine learning and data science”。

扩展截图

screenshot

下载WiseMonkey扩展crx文件

下载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"
    ]
}