ZeroWidth Detection Firefox

Examine source code of ZeroWidth Detection

제작자: Mikkel D.
Inspect and view changes in ZeroWidth Detection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ZeroWidth Detection",
  "version": "2.1resigned1",
  "description": "Checks websites that you visit for invisible zero-width characters and replaces them with a specified character. Has the ability to copy all the characters found.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup/popup.html",
    "default_title": "Zero-width character Detection"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "zerowidth-detect.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "webRequest",
    "clipboardRead",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{70e22d9e-cd09-4c53-b5b7-27d9f049a7c2}"
    }
  }
}

최고의 ZeroWidth Detection 대안

다음은 ZeroWidth Detection과(와) 유사한 Firefox add-on입니다: