Header Hacker
Modifies HTTP headers on the fly.
Co to jest Header Hacker?
Header Hacker to rozszerzenie Chrome opracowane przez Glenn Wilson, a jego główną funkcją jest „Modifies HTTP headers on the fly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Header Hacker
Pobierz pliki rozszerzeń Header Hacker 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
Header Hacker is an extension that allows you to quickly and easily modify HTTP headers on the fly. You can also pre-set certain sites to always change specific HTTP headers. Have specific feedback? Give me at shout on Google+! Version 0.7 adds support for the 'Host' header.
Podstawowe informacje o rozszerzeniu
Nazwa | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
Oficjalny URL | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
Opis | Modifies HTTP headers on the fly. |
Rozmiar pliku | 159 KB |
Liczba instalacji | 7,580 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2013-05-29 |
Data Publikacji | 2013-05-28 |
Ocena | 4.24/5 Łącznie 121 Oceny |
Deweloper | Glenn Wilson |
Typ Płatności | free |
Strona Rozszerzenia | https://plus.google.com/105199364823220402760 |
Adres URL Strony Pomocy | https://plus.google.com/105199364823220402760 |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Hacker", "version": "0.7", "manifest_version": 2, "description": "Modifies HTTP headers on the fly.", "options_page": "options.html", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_title": "Header Hacker", "default_icon": "header.png", "default_popup": "popup.html" }, "icons": { "128": "header-128.png", "64": "header-64.png", "32": "header-32.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |