FactoidL (beta) Firefox

Examine source code of FactoidL (beta)

Inspect and view changes in FactoidL (beta) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FactoidL (beta)",
  "description": "Checks the accuracy of webpage content based on other web sources.",
  "version": "2.5",
  "icons": {
    "16": "factoidL_icon16.png",
    "48": "factoidL_icon48.png",
    "128": "factoidL_icon128.png"
  },
  "background": {
    "scripts": [
      "compromise.min.js",
      "jquery-3.4.1.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "FactoidL"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "https://*/",
    "*://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ea406f0-f92a-474f-a4e8-c91983d87de3}"
    }
  }
}

Best FactoidL (beta) Alternatives

Here are some Firefox add-ons that are similar to FactoidL (beta):