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ファイルをダウンロード
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 |
Eメール | [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", " |