X-Forwarded-For Header
This extension allows you quickly to set the X-Forwarded-For HTTP Header
什麼是X-Forwarded-For Header?
X-Forwarded-For Header是由Philip Lawrence開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you quickly to set the X-Forwarded-For HTTP Header”。
擴展截圖
下載X-Forwarded-For Header擴展crx文件
下載X-Forwarded-For Header擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to quickly update the X-Forwarded-For, X-Originating-IP, X-Remote-IP, and X-Remote-Addr HTTP headers for various testing purposes.
Changelog:
v0.6.2 - Fixed a bug that interfered with the Firefox version of this extension
v0.6.1 - Fixes issue with CORS preflight requests
v0.6.0 - Allows for multiple IP addresses (space and/or comma delimited) and includes minor UI fixes
v0.5.0 - Added X-Originating-IP, X-Remote-IP, and X-Remote-Addr as header options. Added IPv6 ability 擴展基本資訊
| 名稱 | |
| ID | hkghghbnihliadkabmlcmcgmffllglin |
| 官方網址 | https://chromewebstore.google.com/detail/x-forwarded-for-header/hkghghbnihliadkabmlcmcgmffllglin |
| 簡介 | This extension allows you quickly to set the X-Forwarded-For HTTP Header |
| 檔案大小 | 27.84 KB |
| 安裝次數 | 60,915 |
| 目前版本 | 0.6.2 |
| 更新時間 | 2020-06-27 |
| 上架時間 | 2020-06-26 |
| 評分 | 4.61/5 共 18 次評分 |
| 開發者 | Philip Lawrence |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/MisterPhilip/x-forwarded-for |
| 說明頁面URL | https://github.com/MisterPhilip/x-forwarded-for/issues |
| 隱私政策頁面URL | https://omnibug.io/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "X-Forwarded-For Header",
"description": "This extension allows you quickly to set the X-Forwarded-For HTTP Header",
"author": "Philip Lawrence",
"version": "0.6.2",
"background": {
"scripts": [
"browser-polyfill.js",
"eventPage.js"
],
"persistent": true
},
"icons": {
"32": "assets\/logo-32.png",
"38": "assets\/logo-38.png",
"64": "assets\/logo-64.png",
"128": "assets\/logo-128.png"
},
"browser_action": {
"default_icon": {
"16": "assets\/logo-16-bw.png",
"32": "assets\/logo-32-bw.png",
"38": "assets\/logo-38-bw.png"
},
"default_title": "Set X-Forwarded-For IP",
"default_popup": "options.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
" | |