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是由Vishnu Sudheendran開發的Chrome擴展程式,該擴展的主要功能是“BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.”。

擴展截圖

screenshot

下載BrowserSpoof - User Agent Switcher擴展crx文件

下載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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}