Special Char Remover Firefox

Examine source code of Special Char Remover

By: kirty
Inspect and view changes in Special Char Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SpecialCharRemover",
  "version": "2.0",
  "description": "Removes special character from the number in the form",
  "icons": {
    "48": "icons/file-list-7.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/file-list-7.png",
    "default_title": "SpecialCharRemover"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "form.js"
      ]
    }
  ]
}

Best Special Char Remover Alternatives

Here are some Firefox add-ons that are similar to Special Char Remover: