News-Topic-Blocker

News-Topic-Blocker

Googleのニューストピックを消す

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "News-Topic-Blocker",
  "version": "1.0.0",
  "description": "Googleのニューストピックを消す",
  "icons": {
    "16": "icon/Icon16.png",
    "48": "icon/Icon48.png",
    "128": "icon/Icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.co.jp/*"
      ],
      "js": [
        "js/sample.js"
      ],
      "run_at": "document_end"
    }
  ]
}