User-Agent Switcher for Chrome

Spoofs & Mimics User-Agent strings.

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

User-Agent Switcher for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cbe-cws-admins และคุณลักษณะหลักของมันคือ "Spoofs & Mimics User-Agent strings."

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

screenshot
screenshot
screenshot

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

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

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

                        Ever needed to quickly switch between user-agent strings on the fly?  Developing a site that needs to work on both mobile browsers and desktop browsers?  Sick of some archaic site blocking you because you're not using Netscape 4?

The User-Agent Switcher for Chrome is the answer.  With this 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. 

Please note that this does not provide improved privacy while browsing the Internet and that some sites might have other means to figure out that the browser is not what it pretends to be. Running this extension can have performance impact on your browsing experience due to its need to intercept and modify the data communicated to the server.

NOTE: if some sites have problems 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.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

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

ชื่อ User-Agent Switcher for Chrome User-Agent Switcher for Chrome
ID djflhoibgkdhkhhcedjiklpkjnoahfmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg
คำอธิบาย Spoofs & Mimics User-Agent strings.
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 2,323,577
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-01-19
วันที่เผยแพร่ 2019-09-06
คะแนน 3.90/5 รวมทั้งหมด 2589 คะแนน
ผู้พัฒนา cbe-cws-admins
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://google.com/
URL หน้าช่วยเหลือ http://spoofer-extension.appspot.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.google.com/policies
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "User-Agent Switcher for Chrome",
    "version": "1.1.0",
    "description": "Spoofs & Mimics User-Agent strings.",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "spoofer.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Chrome UA Spoofer",
        "default_icon": "spoofer.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "spoofer-128.png",
        "16": "spoofer-16.png",
        "32": "spoofer-32.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/spoofer-extension.appspot.com\/",
        "https:\/\/spoofer-extension.appspot.com\/",
        ""
    ],
    "web_accessible_resources": [
        "jquery.js"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}