User-Agent Switcher

Simplest way to switch between user-agents in your browser!

User-Agent Switcherคืออะไร?

User-Agent Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Web User-Agent และคุณลักษณะหลักของมันคือ "Simplest way to switch between user-agents in your browser!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย User-Agent Switcher

ดาวน์โหลดไฟล์ส่วนขยาย User-Agent Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        User Agent Switcher is simple, but powerful extension. And much easier to use the Internet, regardless of which browser or operating system you prefer.
It adds a toolbar button that you can use to toggle between different commonly used user agent strings.

So what’s a User Agent?

A user agent is a small text description of your device that is sent with every web request.  Websites can detect the browser you’re using and serve different content - this is why iPhone and Android users see special mobile websites when they browse the web.

With this chrome  extension, you can quickly and easily switch between user-agent strings.  Also, you can set up specific URLs that you want to spoof every time. 

Changing User-Agent allows you to mimic, spoof or fake other browsers, devices or search engine spiders.

Note:
Sometimes problems may occur after using a mobile user-agent, and won't switch back no matter what you spoof, you will need to switch the user-agent back to Chrome and clear your cookies for the sites to treat the browser normally again!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ User-Agent Switcher User-Agent Switcher
ID kchfmpdcejfkipopnolndinkeoipnoia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/user-agent-switcher/kchfmpdcejfkipopnolndinkeoipnoia
คำอธิบาย Simplest way to switch between user-agents in your browser!
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 116,602
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2020-03-12
คะแนน 4.24/5 รวมทั้งหมด 584 คะแนน
ผู้พัฒนา Web User-Agent
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/user-switcher/privacy-policy
ภาษาที่รองรับ de,en,fil,fr,no,vi,es,it,lv,lt,pt-BR,pt-PT,ro,sk,fi,bg,ru,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.7",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/helper.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "User Agent switcher",
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo-128.png",
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/helper_cs.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/helper_cs.js"
    ],
    "storage": {
        "managed_schema": "js\/schema.json"
    }
}