User Agent Spoof

Change your user agent quickly and easily

User Agent Spoofคืออะไร?

User Agent Spoof เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Change your user agent quickly and easily"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        通过该插件,您可以针对特定网站,快速轻松地自定义用户代理。

比如:如果你想打开某个网站时,始终模拟移动设备访问,就可以在插件中设置特定的网址,并自定义用户代理信息,将其修改为移动设备。之后当你打开设置的网站时,都将使用你配置的用户代理信息模拟移动设备进行访问了。

With this plugin, you can change user agents quickly and easily.

For example: if you want to always simulate mobile device access when you open a website, you can set a specific URL in the plugin, customize the user-agent information, and modify it to be a mobile device. After that, when you open the set website, they will use your configured user agent information to simulate mobile device access.                    

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

ชื่อ User Agent Spoof User Agent Spoof
ID iomfjecaafcgbpedlajmpcgpapmplfhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/user-agent-spoof/iomfjecaafcgbpedlajmpcgpapmplfhm
คำอธิบาย Change your user agent quickly and easily
ขนาดไฟล์ 56.78 KB
จำนวนการติดตั้ง 442
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-01-07
วันที่เผยแพร่ 2020-01-07
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "User Agent Spoof",
    "description": "Change your user agent quickly and easily",
    "version": "1.0.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "chrome_style": true
    },
    "icons": {
        "16": "ua-icon-16.png",
        "48": "ua-icon-48.png",
        "128": "ua-icon-128.png"
    }
}