WiseMonkey

WiseMonkey

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

Merlin
Additional files are visible only to premium users

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": [
        "<all_urls>"
      ],
      "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"
  ]
}