User Agent Switcher, URL sniffer
This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.
Cos'è User Agent Switcher, URL sniffer?
User Agent Switcher, URL sniffer è un'estensione di Chrome sviluppata da Smart Software, e la sua funzione principale è "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione User Agent Switcher, URL sniffer
Scarica i file di estensione User Agent Switcher, URL sniffer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | User Agent Switcher, URL sniffer |
ID | ljfpjnehmoiabkefmnjegmpdddgcdnpo |
URL Ufficiale | https://chromewebstore.google.com/detail/user-agent-switcher-url-s/ljfpjnehmoiabkefmnjegmpdddgcdnpo |
Descrizione | This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs. |
Dimensione del File | 111 KB |
Conteggio Installazioni | 86,832 |
Versione Corrente | 0.9.4.2 |
Ultimo Aggiornamento | 2022-11-19 |
Data di Pubblicazione | 2020-12-01 |
Valutazione | 4.31/5 Totale 430 Valutazioni |
Sviluppatore | Smart Software |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://iblogbox.com/chrome/useragent |
URL della Pagina della Politica sulla Privacy | http://iblogbox.com/chrome/tos.php |
Lingue Supportate | 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", " |