GMGN+ Firefox

Examine source code of GMGN+

Inspect and view changes in GMGN+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GMGN+",
  "version": "0.3.1",
  "description": "GMGN Solana helper",
  "browser_specific_settings": {
    "gecko": {
      "id": "gmgn-plus@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "GMGN+",
    "default_popup": "src/popup/popup.html"
  },
  "background": {
    "scripts": [
      "src/background/worker.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://gmgn.ai/*"
      ],
      "js": [
        "src/content/inject.js"
      ],
      "css": [
        "src/styles/inject.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Melhores alternativas GMGN+

Aqui estão algumas Firefox add-ons que são similares a GMGN+: