Investing User Blocker

Investing User Blocker

Block unwanted users in investing forums. Other extensions by this author;…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "popup.js"
      ],
      "matches": [
        "http://uk.investing.com/*",
        "http://in.investing.com/*",
        "http://ca.investing.com/*",
        "http://au.investing.com/",
        "http://za.investing.com/*",
        "http://de.investing.com/*",
        "http://es.investing.com/*",
        "http://mx.investing.com/",
        "http://fr.investing.com/*",
        "http://it.investing.com/*",
        "http://nl.investing.com/*",
        "http://pl.investing.com/",
        "http://pt.investing.com/*",
        "http://br.investing.com/*",
        "http://ru.investing.com/*",
        "http://tr.investing.com/*",
        "http://sa.investing.com/*",
        "http://gr.investing.com/*",
        "http://se.investing.com/*",
        "http://fi.investing.com/*",
        "http://il.investing.com/*",
        "http://jp.investing.com/*",
        "http://kr.investing.com/*",
        "http://cn.investing.com/*",
        "http://hk.investing.com/*",
        "http://id.investing.com/*",
        "http://ms.investing.com/*",
        "http://th.investing.com/*"
      ]
    }
  ],
  "description": "",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnLHuCRpQRaLXR368WDJ6Mr5zhqO20Bvvz/MdLqGILUAoy9ynkMKvjPkuzXfK1ObgNI6PlI2FCDTTlC7XoOHAIFZtxmjT7pffKAKv/3Z8dK/ZiuKppkbE4Fm+tLk0pyKs8TckfWWinddnjgfIad9hrIB3Fv8gfhdz+nbKe9ISgJDSrD+jqzq7UVZGVfW326Uu/M/RqN3+SuUGp+uDn+3H4KBq28cKGWtV/YdUDu9hApfisqS+JspB0XhsOKJyNe0ZgTgj1SQZbySBxw5j63vMrdB39IMpH7eRKHLIcIR+U23A9l4YlzWC4Fk5O9D8wOqasVzw0x0l8knrn34EjVrWDwIDAQAB",
  "manifest_version": 2,
  "name": "Investing User Blocker",
  "permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1"
}