NoRefer
Set and exclude HTTP headers on all requests
Co to jest NoRefer?
NoRefer to rozszerzenie Chrome opracowane przez djb, a jego główną funkcją jest „Set and exclude HTTP headers on all requests”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoRefer
Pobierz pliki rozszerzeń NoRefer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | iokokaclomnglegfinhjjpmmgeacccki |
| Oficjalny URL | https://chromewebstore.google.com/detail/norefer/iokokaclomnglegfinhjjpmmgeacccki |
| Opis | Set and exclude HTTP headers on all requests |
| Rozmiar pliku | 22.46 KB |
| Liczba instalacji | 554 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2019-03-30 |
| Data Publikacji | 2019-03-29 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | djb |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/c475/NoRefer |
| Adres URL Strony Pomocy | https://github.com/c475/NoRefer |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NoRefer",
"description": "Set and exclude HTTP headers on all requests",
"version": "1.5",
"permissions": [
"webRequest",
"webRequestBlocking",
" | |