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은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs."입니다.
확장 프로그램 스크린샷
User Agent Switcher, URL sniffer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", " |