No-link Firefox

Examine source code of No-link

Por: FG
Inspect and view changes in No-link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "No-link",
  "version": "1.0",
  "description": "Hide link formatting.",
  "icons": {
    "48": "icons/link-icon.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/link-icon.png",
    "default_title": "No-link"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Melhores alternativas No-link

Aqui estão algumas Firefox add-ons que são similares a No-link: