User Agent Switcher, URL sniffer
This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.
Что такое User Agent Switcher, URL sniffer?
User Agent Switcher, URL sniffer - это расширение Chrome, разработанное Smart Software, и его основная функция - "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.".
Снимки экрана расширения
Скачать файл CRX расширения User Agent Switcher, URL sniffer
Скачайте файлы расширений User Agent Switcher, URL sniffer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | User Agent Switcher, URL sniffer |
ID | ljfpjnehmoiabkefmnjegmpdddgcdnpo |
Официальный URL | https://chromewebstore.google.com/detail/user-agent-switcher-url-s/ljfpjnehmoiabkefmnjegmpdddgcdnpo |
Описание | This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs. |
Размер файла | 111 KB |
Количество установок | 86,832 |
Текущая Версия | 0.9.4.2 |
Последнее Обновление | 2022-11-19 |
Дата публикации | 2020-12-01 |
Рейтинг | 4.31/5 Всего 430 оценок |
Разработчик | Smart Software |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://iblogbox.com/chrome/useragent |
URL страницы политики конфиденциальности | http://iblogbox.com/chrome/tos.php |
Поддерживаемые языки | 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", " |