Hatena Keyword Remover

Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hatena Keyword Remover",
  "version": "1.5",
  "description": "Removes Hatena Keyword Links and search keyword highlight",
  "icons": {
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "myscript.js"
      ]
    }
  ]
}