PP谷歌访问助手-为国出征-国庆版

PP谷歌访问助手-为国出征-国庆版

帮助访问被封锁的谷歌和旗下网站。代理服务器稳定,VPN原理,HTTPS级别加密,确保通信安全。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://apis.google.com https://ssl.google-analytics.com https://*.yahoo.com https://suggestqueries.google.com https://www.gstatic.com https://drscdn.500px.org https://ppcdn.500px.org  https://*.vo.msecnd.net https://*.staticflickr.com 'unsafe-eval'; object-src 'self'",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "4.1",
  "description": "__MSG_extDescription__",
  "default_locale": "zh_CN",
  "browser_action": {
    "default_title": "谷歌助手",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "js/global.js",
      "js/jquery-1.11.1.js",
      "js/md5.js",
      "js/system.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-1.11.1.js",
        "js/global.js",
        "js/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "proxy",
    "storage",
    "tabs",
    "management",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "nav.html",
    "footer.html",
    "updateNotify.html"
  ]
}