FetchGate Firefox

Examine source code of FetchGate

제작자: simddev Add-on
Inspect and view changes in FetchGate source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FetchGate",
  "version": "0.3.5",
  "description": "Bridge an external process to a live browser tab - run authenticated fetch() calls or arbitrary JavaScript inside the tab, inheriting its full session state.",
  "permissions": [
    "nativeMessaging",
    "notifications",
    "storage",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon-16.svg",
    "32": "icon-16.svg",
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "browser_action": {
    "default_title": "FetchGate",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.svg",
      "32": "icon-16.svg",
      "48": "icon.svg"
    }
  },
  "commands": {
    "toggle-arm": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Arm or disarm the current tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fetchgate@localhost",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 FetchGate 대안

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