Dare Quiz 2020 Hack

Dare Quiz 2020 Hack

This extension is bot to score 100% in popular how well you know about me Quiz.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Dare Quiz 2020 Hack",
  "version": "1.0",
  "description": "This extension is bot to score 100% in popular how well you know about me Quiz. ",
  "manifest_version": 2,
  "icons": {
    "16": "480.png",
    "32": "480.png",
    "48": "480.png",
    "128": "480.png"
  },
  "browser_action": {
    "default_title": "NANA Quiz Bot",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.quiz2020.com/*",
        "https://buddymeter.com/quiz.html?q=*",
        "*://www.dare2020.site/*",
        "*://quiz2020.com/*",
        "*://dare2020.site/*",
        "*://superdare.site/*",
        "*://www.superdare.site/*"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/contentScript.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "js/script.js"
  ]
}