OpenIn Firefox

Examine source code of OpenIn

Inspect and view changes in OpenIn source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "OpenIn",
  "description": "Open links directly in OpenIn.",
  "homepage_url": "https://loshadki.app/openin4/",
  "version": "4.3",
  "icons": {
    "16": "images/icon-48.png",
    "32": "images/icon-48.png",
    "48": "images/icon-48.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png",
    "512": "images/icon-512.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "Open in OpenIn",
    "default_icon": {
      "16": "images/icon-48.png",
      "32": "images/icon-48.png",
      "48": "images/icon-48.png",
      "64": "images/icon-64.png",
      "96": "images/icon-96.png",
      "128": "images/icon-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "openin@loshadki.app",
      "strict_min_version": "109.0"
    }
  }
}

Meilleures alternatives OpenIn

Voici quelques Firefox add-ons qui sont similaires à OpenIn :