User Agent Switcher, URL sniffer
This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.
O que é User Agent Switcher, URL sniffer?
User Agent Switcher, URL sniffer é uma extensão do Chrome desenvolvida por Smart Software, e sua principal característica é "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão User Agent Switcher, URL sniffer
Baixe arquivos de extensão User Agent Switcher, URL sniffer 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
Most web pages are fully and completely compatible with Chrome. However, there are some sites that insist upon using a different browser. So, an extension has been developed for Chrome called the Ultimate User Agent Switcher. When a web page suggests using a different browser or upgrading the current one, the Ultimate User Agent Switcher tricks the web site into believing that it is a different browser, often allowing access. And this extension allows you to find all HTTP URLs. (URL sniffer feature) This extension supports Chrome 18 and later. *Enable,disable switcher *Add,edit User Agent list *Filters to apply *URL pattern to apply *View URL sniffer log (type,method,URL,original HTTP headers..) *Export/Import settings *Various options http://iblogbox.com/chrome/useragent
Informações Básicas da Extensão
Nome | User Agent Switcher, URL sniffer |
ID | ljfpjnehmoiabkefmnjegmpdddgcdnpo |
URL Oficial | https://chromewebstore.google.com/detail/user-agent-switcher-url-s/ljfpjnehmoiabkefmnjegmpdddgcdnpo |
Descrição | This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs. |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 86,832 |
Versão Atual | 0.9.4.2 |
Última Atualização | 2022-11-19 |
Data de Publicação | 2020-12-01 |
Classificação | 4.31/5 Total de 430 Avaliações |
Desenvolvedor | Smart Software |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://iblogbox.com/chrome/useragent |
URL da Página de Política de Privacidade | http://iblogbox.com/chrome/tos.php |
Idiomas Suportados | de,en,en-GB,fr,nl,no,vi,da,es,it,hu,pl,fi,sr,ru,iw,ar,ja,ko |
manifest.json | |
{ "default_locale": "en", "description": "__MSG_ext_description__", "background": { "page": "background.html" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "User Agent Switcher, URL sniffer", "default_popup": "popup.html" }, "name": "User Agent Switcher, URL sniffer", "options_page": "options.html", "content_scripts": [ { "all_frames": true, "js": [ "js\/option2.js" ], "matches": [ "*:\/\/iblogbox.com\/chrome\/useragent\/option\/*" ] } ], "permissions": [ "webRequest", "webRequestBlocking", " |