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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
}