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
官方網址 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"
    ]
}