CleanShare — Link Cleaner Firefox

Examine source code of CleanShare — Link Cleaner

By: Tahir Add-on
Inspect and view changes in CleanShare — Link Cleaner source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CleanShare — Link Cleaner",
  "version": "0.1.5",
  "description": "Removes tracking junk from URLs when you browse, click, or copy. Privacy-first. Zero telemetry.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "classic"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@cleanshare.tahirozcan",
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "contextMenus",
    "tabs",
    "scripting",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules_main",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "commands": {
    "copy-clean-url": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Copy the current page's clean (or canonical) URL"
    }
  }
}

Best CleanShare — Link Cleaner Alternatives

Here are some Firefox add-ons that are similar to CleanShare — Link Cleaner: