Sanitize It Firefox

Examine source code of Sanitize It

제작자: Seth Cottle
Inspect and view changes in Sanitize It source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Sanitize It",
  "version": "2.3.0",
  "description": "Remove tracking information from the current page and automatically copy the URL to your clipboard.",
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite",
    "tabs",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "sanitize-copy": {
      "suggested_key": {
        "default": "Alt+Shift+X"
      },
      "description": "Sanitize URL and copy to clipboard"
    },
    "sanitize-refresh": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Sanitize URL, copy to clipboard, and refresh"
    },
    "open-settings": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Open Sanitize It settings"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sanitize-it@sethcottle.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 Sanitize It 대안

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