Agent Switcher for WIT

Sets User Agent to allow workintexas.com to work with Chrome OS

什么是Agent Switcher for WIT?

Agent Switcher for WIT是由steph.ruppel开发的Chrome扩展程序,该扩展的主要功能是“Sets User Agent to allow workintexas.com to work with Chrome OS”。

扩展截图

screenshot

下载Agent Switcher for WIT扩展crx文件

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

扩展使用说明

                        Sets the User-Agent string to Chrome running on Windows 10.  It is used for only one website that we need our users to be able to access.  We are using chrome boxes and need to enforce this for our managed guest sessions.  This website blocks any requests using User-Agent string that is not Chrome running on Windows 10.                    

扩展基本信息

名称 Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
官方URL https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
简介 Sets User Agent to allow workintexas.com to work with Chrome OS
文件大小 4.19 KB
安装次数 86
当前版本 0.0.0.1
更新时间 2022-02-10
上架时间 2022-02-09
开发者 steph.ruppel
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agent Switcher for WIT",
    "description": "Sets User Agent to allow workintexas.com to work with Chrome OS",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.workintexas.com\/*"
    ]
}