Remove Substack Clutter Firefox

Examine source code of Remove Substack Clutter

Por: Meryem
Inspect and view changes in Remove Substack Clutter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Remove Substack Clutter",
  "description": "Remove the right-hand sidebar that clutters up your Substack homepage.",
  "version": "1.1",
  "manifest_version": 3,
  "icons": {
    "48": "images/broom48.png",
    "128": "images/broom128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/script.js"
      ],
      "matches": [
        "*://*.substack.com/*",
        "https://substack.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "remove-substack-clutter@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Melhores alternativas Remove Substack Clutter

Aqui estão algumas Firefox add-ons que são similares a Remove Substack Clutter: