Easy-Interceptor

Easy-Interceptor

简易的http(s)请求拦截器,支持修改请求头和响应头。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy-Interceptor",
  "version": "1.2",
  "description": "简易的http(s)请求拦截器,支持修改请求头和响应头。",
  "author": "bayeswang",
  "permissions": [
    "storage",
    "webRequestBlocking",
    "webRequest",
    "<all_urls>"
  ],
  "options_page": "index.html",
  "background": {
    "scripts": [
      "dist/interceptor.js"
    ]
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "96": "images/logo96.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2
}