SkipTest Firefox

Examine source code of SkipTest

By: Denis Add-on
Inspect and view changes in SkipTest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SkipTest",
  "version": "0.1",
  "description": "Автоматический пропуск тестов",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://learning.hexly.ru/courses*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{04bda883-add6-4f75-a2a0-498b1bcb9f35}"
    }
  }
}

Best SkipTest Alternatives

Here are some Firefox add-ons that are similar to SkipTest: