Website Beautifier Firefox

Examine source code of Website Beautifier

By: VIN88
Inspect and view changes in Website Beautifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Beautifier",
  "version": "1.0",
  "description": "Improves the usability of a specific website by applying custom styles to certain UI components.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "https://example.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://example.com/*"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d1cd930b-47a1-4948-848a-f6d8019c749f}"
    }
  }
}

Best Website Beautifier Alternatives

Here are some Firefox add-ons that are similar to Website Beautifier: