Think Inside the Box Firefox

Examine source code of Think Inside the Box

Inspect and view changes in Think Inside the Box source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Think Inside the Box",
  "version": "1.0.2",
  "description": "Re-creates defunct <think> wrapper on JanitorAI.",
  "browser_specific_settings": {
    "gecko": {
      "id": "think-inside-the-box@tydorius.github.io"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://janitorai.com/chats/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://janitorai.com/chats/*"
      ],
      "js": [
        "content-scripts/debug-utils.js",
        "content-scripts/detector.js",
        "content-scripts/styler.js",
        "content-scripts/monitor.js",
        "content-scripts/control-panel.js",
        "content-scripts/main.js"
      ],
      "css": [
        "styles/base-styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Think Inside the Box - Configure Think Block Styling"
  },
  "icons": {
    "16": "icons/inside-the-box.svg",
    "48": "icons/inside-the-box.svg",
    "128": "icons/inside-the-box.svg"
  }
}

Best Think Inside the Box Alternatives

Here are some Firefox add-ons that are similar to Think Inside the Box: