My Prompts Firefox

Examine source code of My Prompts

By: OHAS
Inspect and view changes in My Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.0",
  "author": "Othon Henrique",
  "default_locale": "pt_BR",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "downloads"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.deepseek.com/*",
    "https://aistudio.google.com/*",
    "https://chat.qwen.ai/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_popupTitle__",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.deepseek.com/*",
        "https://aistudio.google.com/*",
        "https://chat.qwen.ai/*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "translations.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "styles.css",
        "translations.js",
        "support/pix_qr_code.png",
        "support/support.html",
        "support/support.css",
        "support/support.js",
        "lib/browser-polyfill.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "my-prompts@othon.henrique",
      "strict_min_version": "109.0"
    }
  }
}

Best My Prompts Alternatives

Here are some Firefox add-ons that are similar to My Prompts: