ExamTopics Question Filter Firefox

Examine source code of ExamTopics Question Filter

By: kamsec
Inspect and view changes in ExamTopics Question Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ExamTopics Question Filter",
  "description": "This extension removes unwanted text from examtopics.com making questions easier to read",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.examtopics.com/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{663e95fb-48a5-46a4-927f-e88d9edef07e}"
    }
  }
}

Best ExamTopics Question Filter Alternatives

Here are some Firefox add-ons that are similar to ExamTopics Question Filter: