検閲くん Censor-Qun

検閲くん Censor-Qun

検閲くん Censorship on google and twitter by the strings you specify

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.1.2",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "name": "検閲くん Censor-Qun",
  "short_name": "けんえつくん Censor-Qun",
  "description": "検閲くん  Censorship on google and twitter by the strings you specify ",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "128.png"
  }
}