BrowserSpoof - User Agent Switcher

BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.

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

BrowserSpoof - User Agent Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishnu Sudheendran และคุณลักษณะหลักของมันคือ "BrowserSpoof allows users to change their browser's user agent to disguise their browser identity."

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

screenshot

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

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

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

                        BrowserSpoof enables users to modify their browser’s user agent to conceal their browser identity in one click. A user agent is a string that identifies your browser and operating system to the websites you visit. By changing your user agent, you can:

*Access websites that are restricted or optimized for specific browsers or devices
*Test how your website looks and behaves on different browsers or devices
*Protect your privacy and prevent websites from tracking your browser fingerprint
*It lets you choose from a list of popular user agents, such as Chrome, Firefox, Edge, Safari, Internet Explorer, etc.
*You can also customize your own user agent and save it for later use. 

BrowserSpoof is easy to use, fast, and lightweight. It is the ultimate tool for web developers, testers, and users who want to browse the web with more flexibility and control. Download BrowserSpoof today!                    

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

ชื่อ BrowserSpoof - User Agent Switcher BrowserSpoof - User Agent Switcher
ID kcidgnegalffondalcoffcfgldhfpejb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browserspoof-user-agent-s/kcidgnegalffondalcoffcfgldhfpejb
คำอธิบาย BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.
ขนาดไฟล์ 22.91 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2023-02-11
ผู้พัฒนา Vishnu Sudheendran
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserSpoof - User Agent Switcher",
    "version": "1.2",
    "description": "BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}