RESTBolt Firefox

Examine source code of RESTBolt

Inspect and view changes in RESTBolt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RESTBolt",
  "description": "RESTBolt is a browser extension to work on http(s) requests.",
  "version": "1.0.5",
  "icons": {
    "32": "img/icon32.png",
    "64": "img/icon64.png"
  },
  "applications": {
    "gecko": {
      "id": "@restbolt",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/",
    "http://*/*",
    "https://*/",
    "https://*/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "img/icon32.png",
    "default_title": "RESTBolt"
  },
  "content_security_policy": "default-src 'self'; connect-src *; script-src 'self'; style-src 'self' * blob: data: 'unsafe-inline'; img-src 'self' * data:;"
}

최고의 RESTBolt 대안

다음은 RESTBolt과(와) 유사한 Firefox add-on입니다: