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