Examine source code of RemoveMaj

Inspect and view changes in RemoveMaj 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": "RemoveMaj",
  "version": "1.3",
  "description": "Enlève les majuscules",
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting",
    "tabs",
    "clipboardRead"
  ],
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ebc8aae2-7276-4979-b9bd-a876dc8201d2}"
    }
  }
}