Chattle Firefox

Examine source code of Chattle

Inspect and view changes in Chattle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Chattle",
  "description": "Facility for conversation between Google and Poe.com powered by AI Chatbots ChatGPT",
  "version": "2.0",
  "permissions": [
    "<all_urls>",
    "tabs",
    "scripting",
    "activeTab",
    "windows"
  ],
  "background": {
    "scripts": [
      "background.js?0"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.poe.com/*"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js?0",
        "extra/content_common.js?0",
        "content_poe.js?0"
      ]
    },
    {
      "matches": [
        "*://translate.google.com/*"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js?0",
        "extra/content_common.js?0",
        "content_googletranslate.js?0"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js?0",
        "extra/content_common.js?0",
        "content.js?0"
      ]
    }
  ],
  "web_accessible_resources": [
    "gpl-1.0.txt?0",
    "popup.html?0",
    "page.html?0",
    "page_chatmessages.html?0"
  ],
  "browser_action": {
    "default_icon": "default-64.png",
    "default_title": "Chattle"
  },
  "incognito": "spanning",
  "options_ui": {
    "page": "./options.html"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{549e5cf1-46de-41c3-8466-f1b11eaeeafc}"
    }
  }
}

Meilleures alternatives Chattle

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