Agent Switcher for WIT
Sets User Agent to allow workintexas.com to work with Chrome OS
What is Agent Switcher for WIT?
Agent Switcher for WIT is a Chrome extension developed by steph.ruppel, and its main feature is "Sets User Agent to allow workintexas.com to work with Chrome OS".
Extension Screenshots
Download Agent Switcher for WIT Extension CRX File
Download Agent Switcher for WIT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Agent Switcher for WIT |
ID | bbcekmmkilfkanelobokhkfdlnchmbce |
Official URL | https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce |
Description | Sets User Agent to allow workintexas.com to work with Chrome OS |
File Size | 4.19 KB |
Installation Count | 86 |
Current Version | 0.0.0.1 |
Last Updated | 2022-02-10 |
Publish Date | 2022-02-09 |
Developer | steph.ruppel |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |