意識高いブラウザ

意識高いブラウザ

新しいタブを開くごとに、意識が低くなるメッセージが表示されます

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "意識高いブラウザ",
  "short_name": "意識低いブラウザ",
  "description": "新しいタブを開くごとに、意識が低くなるメッセージが表示されます",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "minimum_chrome_version": "22"
}