Click To Private Firefox

Examine source code of Click To Private

By: Wilbird
Inspect and view changes in Click To Private source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1.0",
  "description": "__MSG_extensionDescription__",
  "author": "__MSG_author__",
  "homepage_url": "https://github.com/Wilbird/clickToPrivate",
  "default_locale": "en",
  "icons": {
    "48": "icons/ctp-48.png",
    "96": "icons/ctp-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "clickToPrivate",
    "default_icon": "icons/ctp-48.png"
  },
  "background": {
    "scripts": [
      "js/settings.js",
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "html/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Click To Private Alternatives

Here are some Firefox add-ons that are similar to Click To Private: