GPT-PASS Firefox

Examine source code of GPT-PASS

By: Tarek
Inspect and view changes in GPT-PASS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GPT-PASS",
  "version": "1.3.1",
  "description": "Generate strong and secure passwords with the GPT-PASS extension.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*.openai.com/*",
        "*://*.facebook.com/*",
        "*://*.sms-activate.org/*"
      ]
    },
    {
      "js": [
        "js/content_openai.js"
      ],
      "matches": [
        "*://*.openai.com/*"
      ]
    },
    {
      "js": [
        "js/content_facebook.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    },
    {
      "js": [
        "js/content_smsactivate.js"
      ],
      "matches": [
        "*://*.sms-activate.org/*"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_title": "GPT-PASS",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "96": "icons/icon96.png"
    }
  },
  "incognito": "spanning",
  "browser_specific_settings": {
    "edge": {
      "browser_action_next_to_addressbar": true
    },
    "gecko": {
      "id": "{e4372aac-d300-44b8-b944-59c32e28906c}"
    }
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "permissions": [
    "contextMenus",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "notifications",
    "tabs",
    "activeTab",
    "<all_urls>"
  ]
}

Best GPT-PASS Alternatives

Here are some Firefox add-ons that are similar to GPT-PASS: