SourceCheck Firefox

Examine source code of SourceCheck

Inspect and view changes in SourceCheck source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SourceCheck",
  "version": "1.0",
  "description": "Check the credibility of websites and the links they link to.",
  "homepage_url": "https://github.com/dylan-mitchell/SourceCheck",
  "icons": {
    "48": "icons/check.svg",
    "96": "icons/check.svg"
  },
  "applications": {
    "gecko": {
      "id": "dylanjmitchell0@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/detect.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icons/check.svg",
    "theme_icons": [
      {
        "light": "icons/check-dark.svg",
        "dark": "icons/check.svg",
        "size": 32
      }
    ],
    "default_title": "SourceCheck",
    "default_popup": "popup/sourceCheck.html"
  },
  "web_accessible_resources": [
    "data/sources.json"
  ]
}

Melhores alternativas SourceCheck

Aqui estão algumas Firefox add-ons que são similares a SourceCheck: