User agent spoofer

Let the users modify their user agent string

User agent spooferคืออะไร?

User agent spoofer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Let the users modify their user agent string"

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

screenshot
screenshot

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

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

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

                        It has predefined user agents for several common platforms and also makes it possible to have a custom user agent.

Typical uses for this extension:
- For privacy
- Testing websites
- Getting a specific interface from a website that changes interface depending on user agent

Note that some websites may not function correctly when you fool them into thinking you are using another platform.                    

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

ชื่อ User agent spoofer User agent spoofer
ID njlfimnlllgmlmpdjjlgldohkhikmncl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/user-agent-spoofer/njlfimnlllgmlmpdjjlgldohkhikmncl
คำอธิบาย Let the users modify their user agent string
ขนาดไฟล์ 11.62 KB
จำนวนการติดตั้ง 1,152
เวอร์ชันปัจจุบัน 1.44
อัปเดตครั้งล่าสุด 2020-04-01
วันที่เผยแพร่ 2020-04-01
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Let the users modify their user agent string",
    "manifest_version": 2,
    "name": "User agent spoofer",
    "version": "1.44",
    "icons": {
        "48": "icons\/Cabbache.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/Cabbache.png",
        "default_title": "Spoof",
        "default_popup": "popup\/ua.html"
    }
}