Auto Link Open Firefox

Examine source code of Auto Link Open

By: Mosa Add-on
Inspect and view changes in Auto Link Open source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Link Open",
  "version": "3.3.6",
  "description": "Auto open links based on clipboard and admin page state",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "<all_urls>",
    "https://sso.ftth.iq/*",
    "https://ocr.tesseract.casacam.net/*",
    "https://10.67.138.43:4003/*",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon16.png"
  },
  "icons": {
    "16": "icons/icon16.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mosa.allbedre0@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "parent-feed-page.js",
    "sso-page-token-bridge.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://creatio.earthlink.iq/*"
      ],
      "js": [
        "content.js",
        "issue.js",
        "creatio-phone-sync.js"
      ]
    },
    {
      "matches": [
        "https://admin.ftth.iq/*"
      ],
      "js": [
        "admin.js"
      ]
    },
    {
      "matches": [
        "https://sso.ftth.iq/*"
      ],
      "js": [
        "sso-phone-sync.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tabadul-merchants.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://10.6.115.5/*",
        "https://10.6.115.5/*",
        "http://10.6.115.12/*",
        "https://10.6.115.12/*"
      ],
      "js": [
        "ocr.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Auto Link Open Alternatives

Here are some Firefox add-ons that are similar to Auto Link Open: