Auto Link Open Firefox

Examine source code of Auto Link Open

By: Mosa
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.2.3",
  "description": "Auto open links based on clipboard and admin page state",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "<all_urls>",
    "https://ocr.tesseract.casacam.net/*",
    "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
  },
  "content_scripts": [
    {
      "matches": [
        "https://creatio.earthlink.iq/*"
      ],
      "js": [
        "content.js",
        "issue.js"
      ]
    },
    {
      "matches": [
        "https://admin.ftth.iq/*"
      ],
      "js": [
        "admin.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "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: