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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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