Turk Guru BETA | For MTurk

Turk Guru BETA | For MTurk

Increase your mturk earnings by automating HIT acceptance based on your preferences and using Machine Learning. FOR BETA TESTING.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Turk Guru BETA | For MTurk",
  "version": "2.0.33",
  "description": "Increase your mturk earnings by automating HIT acceptance based on your preferences and using Machine Learning. FOR BETA TESTING.",
  "manifest_version": 2,
  "permissions": [
    "declarativeContent",
    "storage",
    "contextMenus",
    "tabs",
    "notifications",
    "webRequest",
    "unlimitedStorage",
    "https://worker.mturk.com/*"
  ],
  "optional_permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://worker.mturk.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "styles/material-components-web.min.css",
        "styles/icon.css",
        "styles/foreground.css",
        "styles/enjoyhint.css"
      ],
      "js": [
        "libs/jquery.js",
        "libs/jquery.scrollTo.js",
        "libs/kinetic.js",
        "libs/enjoyhint.js",
        "foreground.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "styles/*.css",
    "audios/ding.wav",
    "html/*.html",
    "libs/*.js"
  ],
  "page_action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "images/guru_16.png",
      "32": "images/guru_32.png",
      "48": "images/guru_48.png",
      "64": "images/guru_64.png",
      "128": "images/guru_128.png"
    }
  },
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "icons": {
    "16": "images/guru_16.png",
    "32": "images/guru_32.png",
    "48": "images/guru_48.png",
    "64": "images/guru_64.png",
    "128": "images/guru_128.png"
  },
  "commands": {
    "re-login": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Login Again"
    },
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Toggle Pop-up"
    }
  },
  "content_security_policy": "script-src 'self' https://*.firebaseio.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}