Collapse Blockquote

Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Collapse Blockquote",
  "author": "Emmanuel Elnekave",
  "version": "4.2",
  "description": "Collapse annoying blockquote that pollute the screen",
  "permissions": [
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js",
    "persistant": false
  }
}