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”。
擴展截圖
下載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 |
ID | bbcekmmkilfkanelobokhkfdlnchmbce |
官方網址 | 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\/*" ] } |