Custom_Script_1 Firefox

Examine source code of Custom_Script_1

Inspect and view changes in Custom_Script_1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom_Script_1",
  "version": "1.0",
  "description": "Adds a red border to all webpages matching mozilla.org.",
  "browser_specific_settings": {
    "gecko": {
      "id": "mmk1717@zohomail.inmyid",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Mejores alternativas Custom_Script_1

Aquí hay algunas Firefox add-ons que son similares a Custom_Script_1: