HTML Cleaner Firefox

Examine source code of HTML Cleaner

제작자: Tony Rose
Inspect and view changes in HTML Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML Cleaner",
  "version": "1.3",
  "description": "Clean and sanitize HTML code by removing unwanted tags, inline styles, and comments.",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "clipboardRead",
    "notifications",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_popup": "popup.html",
    "default_title": "HTML Cleaner"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f9aa56ed-4544-4224-a0d9-fc984a8bf834}"
    }
  }
}

최고의 HTML Cleaner 대안

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