蓝灯SSR-谷歌版

蓝灯SSR-谷歌版

蓝灯SSR为使用谷歌产品用户量身打造。可访问谷歌google搜索,gmail邮箱,google+等谷歌服务,chrome扩展自动更新。蓝灯SSR提供翻墙功能,比VPN方便。访问项目主页获取功能更全安卓,ios,windows科学上网软件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "lib/sea.js",
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html",
    "default_title": "zh_CN"
  },
  "default_locale": "zh_CN",
  "description": "蓝灯SSR为使用谷歌产品用户量身打造。可访问谷歌google搜索,gmail邮箱,google+等谷歌服务,chrome扩展自动更新。蓝灯SSR提供翻墙功能,比VPN方便。访问项目主页获取功能更全安卓,ios,windows科学上网软件",
  "icons": {
    "16": "icons/icon.png",
    "128": "icons/icon-128.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "straightGoogle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "minimum_chrome_version": "18.0.0",
  "name": "蓝灯SSR-谷歌版",
  "permissions": [
    "proxy",
    "tabs",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "unlimitedStorage",
    "notifications",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "ftp://*/*"
  ],
  "web_accessible_resources": [
    "first.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "version": "1.0.3"
}