はてブうんち

はてブうんち

はてなブックマークのスターをうんちの画像に置き換えます

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": "0.0.2",
  "description": "はてなブックマークのスターをうんちの画像に置き換えます",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    "images/*.png"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://s.hatena.ne.jp/images/star.gif"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}