Examine source code of Gender-Neutrality Remover

Inspect and view changes in Gender-Neutrality Remover source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Gender-Neutrality Remover",
  "version": "1.1",
  "description": "Automatically replaces Binnen-I and gender asterisks (*) with grammatically standard forms in German text for a more traditional reading experience",
  "icons": {
    "48": "src48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "genderLess.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f2fd9d1-744d-44c2-8803-7dd884588639}"
    }
  }
}