伞下 - Dribbble、Behance专业加速器,设计师必备

伞下 - Dribbble、Behance专业加速器,设计师必备

伞下是一个提高浏览体验的插件,一键提升Dribbble.com和Behance.net访问速度,设计师必备插件!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "伞下 - Dribbble、Behance专业加速器,设计师必备",
  "version": "1.1.14",
  "description": "伞下是一个提高浏览体验的插件,一键提升Dribbble.com和Behance.net访问速度,设计师必备插件!",
  "icons": {
    "16": "img/icon.png",
    "19": "img/icon.png",
    "38": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "伞下是一个提高浏览体验的插件,一键提升Dribbble.com和Behance.net访问速度,设计师必备插件!",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.main.js"
    ]
  },
  "content_scripts": [],
  "permissions": [
    "proxy",
    "storage",
    "http://sanxia.pro/*",
    "https://sanxia.pro/*"
  ],
  "web_accessible_resources": [],
  "homepage_url": "https://sanxia.pro",
  "chrome_url_overrides": {}
}