reXHRTools

reXHRTools

A tool about replay XHR

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "fangtiansheng",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "style-src 'self' 'unsafe-inline' https://unpkg.com;script-src 'self' 'unsafe-eval' https://cdn.jsdelivr.net https://vuejs.org https://unpkg.com https://code.jquery.com ;object-src 'self' ;",
  "description": "A tool about replay XHR",
  "devtools_page": "pttools.html",
  "icons": {
    "48": "icons/icon.png"
  },
  "name": "reXHRTools",
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "https://*/*",
    "http://*/*"
  ],
  "version": "1.0.0"
}