DeSharpify Firefox

Examine source code of DeSharpify

Inspect and view changes in DeSharpify source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DeSharpify",
  "version": "2",
  "description": "A simple browser add-on that automatically replaces the German sharp ß with a standard ss for better readability and consistency",
  "icons": {
    "16": "icons/Enabled/Ico_Active-16x16.png",
    "32": "icons/Enabled/Ico_Active-32x32.png",
    "48": "icons/Enabled/Ico_Active-48x48.png",
    "64": "icons/Enabled/Ico_Active-64x64.png",
    "128": "icons/Enabled/Ico_Active-128x128.png"
  },
  "permissions": [
    "*://*.chatgpt.com/*",
    "*://copilot.microsoft.com/*",
    "*://gemini.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*"
      ],
      "js": [
        "chatgpt-content.js"
      ]
    },
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "gemeni-content.js"
      ]
    },
    {
      "matches": [
        "*://copilot.microsoft.com/*"
      ],
      "js": [
        "copilot-content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/Enabled/Ico_Active-16x16.png",
      "32": "icons/Enabled/Ico_Active-32x32.png",
      "48": "icons/Enabled/Ico_Active-48x48.png"
    },
    "default_title": "DeSharpify"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{12c428fa-fffb-43b7-a655-399abb872e7f}"
    }
  }
}

Best DeSharpify Alternatives

Here are some Firefox add-ons that are similar to DeSharpify: