NoRefer

NoRefer 1.5 CRX for Chrome

A Free Developer Tools Extension

Published By djb

NoRefer (iokokaclomnglegfinhjjpmmgeacccki): Set and exclude HTTP headers on all requests... Read More > or Download Now >

NoRefer for Chrome

Download CRX

Download

22.46 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 1.5
  • • Price: Freeware
  • • Offline: No
  • • Developer: djb

User Reviews

  • 3 Votes, Average: 5 out of 5
  • • Rating Average
  • 5 out of 5
  • • Rating Users
  • 3

Download Count

  • • Total Downloads
  • 18
  • • Current Version Downloads
  • 18
  • • Updated: March 29, 2019

NoRefer is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.

More About NoRefer

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

Download NoRefer 1.5

More Extensions to Consider (Similar or Related)