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.”。

扩展截图

screenshot
screenshot

下载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 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",
        ""
    ],
    "web_accessible_resources": [
        "options.html",
        "viewlog.html"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/iblogbox.com\/chrome\/useragent\/",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "0.9.4.2"
}