User-Agent Switcher

Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.

什么是User-Agent Switcher?

User-Agent Switcher是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.”。

扩展截图

screenshot
screenshot

下载User-Agent Switcher扩展crx文件

下载User-Agent Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Choose from the preset User-Agent strings, or add your own custom User-Agent string.

Available Preset UAs: Firefox on Windows, Chrome on Android & iPad, Safari (on iPhone, iPadOS/macOS), Google Bot, Chromium on Raspberry Pi and many more.

Extension by BrowserNative. Have any feedback? Email at [email protected].                    

扩展基本信息

名称 User-Agent Switcher User-Agent Switcher
ID iojaoainolpgkpojokmeclhidjolocci
官方URL https://chromewebstore.google.com/detail/user-agent-switcher/iojaoainolpgkpojokmeclhidjolocci
简介 Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.
文件大小 40.59 KB
安装次数 14,052
当前版本 1.0.18
更新时间 2023-10-19
上架时间 2020-06-03
评分 3.79/5 共19次评分
开发者 https://browsernative.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/user-agent-chrome-extension/
帮助页面URL https://browsernative.com/user-agent-chrome-extension/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "User-Agent Switcher",
    "manifest_version": 2,
    "description": "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.",
    "homepage_url": "https:\/\/browsernative.com\/user-agent-chrome-extension\/",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Change User-Agent Setting"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "version": "1.0.18",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}