加速器

加速器

最简单易用的科学上网服务,为国际化的互联网工作者量身打造,无繁琐配置,即装即用。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "version": "1.0.6",
  "description": "最简单易用的科学上网服务,为国际化的互联网工作者量身打造,无繁琐配置,即装即用。",
  "browser_action": {
    "default_icon": "image/logo-unactive.png",
    "default_popup": "popup.html",
    "default_title": "加速器"
  },
  "icons": {
    "128": "image/logo.png"
  },
  "options_page": "options.html",
  "minimum_chrome_version": "22.0.0",
  "name": "加速器",
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://127.0.0.1 https://ssl.google-analytics.com; object-src 'self';",
  "permissions": [
    "management",
    "proxy",
    "tabs",
    "webRequest",
    "http://*/",
    "https://*/"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2
}