User Agent Switcher, URL sniffer
This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.
¿Qué es User Agent Switcher, URL sniffer?
User Agent Switcher, URL sniffer es una extensión de Chrome desarrollada por Smart Software, y su función principal es "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión User Agent Switcher, URL sniffer
Descarga archivos de extensión User Agent Switcher, URL sniffer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | User Agent Switcher, URL sniffer |
ID | ljfpjnehmoiabkefmnjegmpdddgcdnpo |
URL Oficial | https://chromewebstore.google.com/detail/user-agent-switcher-url-s/ljfpjnehmoiabkefmnjegmpdddgcdnpo |
Descripción | This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs. |
Tamaño del Archivo | 111 KB |
Cantidad de Instalaciones | 86,832 |
Versión Actual | 0.9.4.2 |
Última Actualización | 2022-11-19 |
Fecha de Publicación | 2020-12-01 |
Calificación | 4.31/5 Total de 430 Calificaciones |
Desarrollador | Smart Software |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://iblogbox.com/chrome/useragent |
URL de la Página de Política de Privacidad | http://iblogbox.com/chrome/tos.php |
Idiomas Soportados | 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", " |