谷歌网址发现者

谷歌网址发现者

谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "谷歌网址发现者",
  "version": "1.1.4",
  "minimum_chrome_version": "20.0",
  "description": "谷歌被墙时,自动跳过Google搜索结果页面里的中转链接,直接打开目标网址!支持www.google.com.hk和www.google.com。可自定义启用或关闭!",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-48.png",
    "default_title": "Google Url Goes Directly!",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}