Coding IA Solver Pro Firefox

Examine source code of Coding IA Solver Pro

Inspect and view changes in Coding IA Solver Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Coding IA Solver Pro",
  "version": "1.0.0",
  "description": "Analyse et resout les problemes de coding multi-langages avec l'IA — GPT-4o, Claude, endpoint custom.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Coding IA Solver Pro",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "coding-ia-solver-pro@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Meilleures alternatives Coding IA Solver Pro

Voici quelques Firefox add-ons qui sont similaires à Coding IA Solver Pro :