Remove Substack Clutter Firefox

Examine source code of Remove Substack Clutter

제작자: 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": []
      }
    }
  }
}

최고의 Remove Substack Clutter 대안

다음은 Remove Substack Clutter과(와) 유사한 Firefox add-on입니다: