DomAInt Firefox

Examine source code of DomAInt

Inspect and view changes in DomAInt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DomAIn",
  "version": "1.0",
  "description": "Scan url for potential secruity issues Machine learning",
  "homepage_url": "https://www.greycortex.com/research",
  "icons": {
    "48": "img/base.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "js/browser-polyfill.js",
      "js/tfjs.js",
      "js/punycode/punycode.js",
      "js/storage.js",
      "js/background.js",
      "js/close.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "img/base.png",
    "default_title": "DomAin by GreyCortex",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

Best DomAInt Alternatives

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