AutoResponder Chrome
Catch the requests and return response from other urls or local files, block ads, inject request headers.
O que é AutoResponder Chrome?
AutoResponder Chrome é uma extensão do Chrome desenvolvida por SocialWorker, e sua principal característica é "Catch the requests and return response from other urls or local files, block ads, inject request headers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AutoResponder Chrome
Baixe arquivos de extensão AutoResponder Chrome 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
Lightweight alternative for auto responder in fiddler. Use this extension to return a mocked custom response or to return a response from another backend address to a deployed client.
Informações Básicas da Extensão
Nome | AutoResponder Chrome |
ID | gdeemmakbfhjckeonddaabfpnllgahng |
URL Oficial | https://chromewebstore.google.com/detail/autoresponder-chrome/gdeemmakbfhjckeonddaabfpnllgahng |
Descrição | Catch the requests and return response from other urls or local files, block ads, inject request headers. |
Tamanho do Arquivo | 116 KB |
Contagem de Instalações | 468 |
Versão Atual | 2.1 |
Última Atualização | 2022-08-05 |
Data de Publicação | 2021-06-14 |
Desenvolvedor | SocialWorker |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sushrut111/requests-modifier |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoResponder Chrome", "description": "Catch the requests and return response from other urls or local files, block ads, inject request headers.", "version": "2.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |