股票助手

股票助手

炒股利器,不会被上司发现的看盘小工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://smartbox.gtimg.cn; object-src 'self'",
  "description": "炒股利器,不会被上司发现的看盘小工具",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "股票助手",
  "permissions": [
    "*://*.gtimg.cn/*"
  ],
  "version": "1.0.2",
  "homepage_url": "http://www.baozy.com/gupiaozhushou"
}