NotMINING.org

NotMINING.org

EN: Check if your favorite website is mining or not. Developed by Adan K. Martin & Jose C. Garcia Gamero ES: Comprueba si el sitio está minando criptomoneda desde tu navegador. Desarrollado por Adan K. Martin & Jose C. Garcia Gamero

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "NotMINING.org",
  "description": "Check if your favorite website is mining or not. Developed by Adan K. Martin & Jose C. Garcia Gamero",
  "version": "1.6.54",
  "icons": {
    "128": "128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "NotMINING.org - Click here to check this page again!"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "isMining.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "webNavigation",
    "tabs"
  ]
}