elearning-helper

elearning-helper

This extension helps you do quizzes of elearning

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "elearning-helper",
  "description": "This extension helps you do quizzes of elearning",
  "version": "1.2.1",
  "content_scripts": [
    {
      "matches": [
        "https://rakuten.plateau.com/icontent_e/CUSTOM_apac/rakuten/*",
        "https://rakuten.plateau.com/icontent_e/CUSTOM/rakuten/*"
      ],
      "js": [
        "scripts/disp.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://rakuten.plateau.com/icontent_e/CUSTOM_apac/rakuten/*",
        "https://rakuten.plateau.com/icontent_e/CUSTOM/rakuten/*"
      ],
      "js": [
        "scripts/disable-history.js"
      ],
      "run_at": "document_start"
    }
  ]
}