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