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
Eメール [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"
    ]
}