PullNetwork

PullNetwork

监听并打开符合既定规则的包路径。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PullNetwork",
  "author": "PullNetwork",
  "description": "监听并打开符合既定规则的包路径。",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "32": "img/logo32.png",
    "64": "img/logo64.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_title": "PullNetwork",
    "default_icon": "img/logo32.png"
  },
  "devtools_page": "devtools.html",
  "permissions": [
    "tabs",
    "storage",
    "http://*/",
    "https://*/"
  ]
}