simple-modify-headers
Simple Modify headers
O que é simple-modify-headers?
simple-modify-headers é uma extensão do Chrome desenvolvida por didierfred, e sua principal característica é "Simple Modify headers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão simple-modify-headers
Baixe arquivos de extensão simple-modify-headers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The extension rewrite the headers based on a rules table. It's possible to: add , modify or delete header field for HTTP(S) request or response export the configuration in a file (json format) import the configuration from a file choose urls on which the modifications applies In order to work, the following extension permissions are needed : storage : needed to store the configuration activeTab, tabs : needed to show the configuration screen in the browser tab. webRequest,webRequestBlocking,: needed to modify the headers More information on https://github.com/didierfred/SimpleModifyHeaders The code is opensource under Mozilla Public License 2.0
Informações Básicas da Extensão
Nome | simple-modify-headers |
ID | gjgiipmpldkpbdfjkgofildhapegmmic |
URL Oficial | https://chromewebstore.google.com/detail/simple-modify-headers/gjgiipmpldkpbdfjkgofildhapegmmic |
Descrição | Simple Modify headers |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 14,752 |
Versão Atual | 1.8.1 |
Última Atualização | 2022-03-15 |
Data de Publicação | 2019-09-17 |
Classificação | 4.50/5 Total de 12 Avaliações |
Desenvolvedor | didierfred |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/didierfred/SimpleModifyHeaders/tree/v1.8.1 |
URL da Página de Ajuda | https://github.com/didierfred/SimpleModifyHeaders/tree/v1.8.1 |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Simple Modify headers ", "manifest_version": 2, "name": "simple-modify-headers", "version": "1.8.1", "homepage_url": "https:\/\/github.com\/didierfred\/SimpleModifyHeaders", "icons": { "48": "icons\/modify-48.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |