NoRefer Chrome 插件, crx 扩展下载
Set and exclude HTTP headers on all requests
NoRefer
https://github.com/c475/NoRefer
Enter one header and optional replacement value per line
To block an HTTP header from your requests:
===================================
Referer
===================================
To spoof an HTTP header in your requests:
===================================
Referer: https://somegarbagewebsite.com/
===================================
Exclude all headers starting with "Accept" (the # signals a Regular Expression):
===================================
#Accept.*
===================================
Make all headers starting with "Accept" a particular value:
===================================
#Accept.*: SomeValue
===================================
All regular expressions are generally permitted, except ones containing ':' because it breaks the parser
A full example config and explanation of what it does:
===================================
#Accept.*: SomeValue
Referer
User-Agent: CoolAgent4000
#Co.*
===================================
1. All headers starting with "Accept" will have the value "SomeValue"
2. "Referer" will be removed from your request headers
3. "User-Agent" headers will have the value "CoolAgent4000"
4. All headers starting with "Co" will be removed from your request headers
| 分类 | 💻开发者工具 |
| 插件标识 | iokokaclomnglegfinhjjpmmgeacccki |
| 平台 | Chrome |
| 评分 |
☆☆☆☆☆
|
| 评分人数 | |
| 插件主页 | https://chromewebstore.google.com/detail/norefer/iokokaclomnglegfinhjjpmmgeacccki |
| 版本号 | 8.3 |
| 大小 | 22.46KiB |
| 官网下载次数 | 443 |
| 下载地址 | |
| 更新时间 | 2019-03-30 00:00:00 |
CRX扩展文件安装方法
第1步: 打开Chrome浏览器的扩展程序
第2步:
在地址栏输入: chrome://extensions/
第3步: 开启右上角的【开发者模式】
第4步: 重启Chrome浏览器 (重要操作)
第5步: 重新打开扩展程序管理界面
第6步: 将下载的crx文件直接拖入页面完成安装
注意:请确保使用最新版本的Chrome浏览器