ココアと悪意なき殺意

ココアと悪意なき殺意

どんなサイトを訪問しても「ご注文はうさぎですか?第1羽」にリダイレクトされる便利なChrome拡張

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ココアと悪意なき殺意",
  "version": "1.0",
  "description": "どんなサイトを訪問しても「ご注文はうさぎですか?第1羽」にリダイレクトされる便利なChrome拡張",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "http://*/*"
      ],
      "js": [
        "chiya.js"
      ]
    }
  ]
}