藏词

藏词

隐藏网页里那些你不喜欢的词

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": "0.1.4",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/ba_icon_off.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "*://*/*"
  ]
}