From 935c533703324c8776656277c26975fe367c6678 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sun, 14 Jan 2024 13:52:26 -0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 832a315..57d7ec5 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,7 @@ -# UserAgent-Switcher -A User-Agent spoofer browser extension that is highly configurable! +# Talkdesk User Agent Switcher +A super-simple extension that spoofs the user-agent's request header for the sole purpose of being able to access the [Talkdesk][talkdesk] web services in browsers other than Google Chrome, because they decided to hardcode a check to only allow Chrome in 😠 ------------- -This extension spoofs both the user-agent's request header and the navigator related properties (e.g.: `navigator.userAgent`, and `navigator.appVersion`). You can spoof per hostname, per window, per container (Firefox only), or randomly from an array. +Based on the work done in this project to enable this using the latest Manifest v3: [ray-lothian/UserAgent-Switcher][upstream-repo] -YouTube Review: - -[![Preview](https://img.youtube.com/vi/-aVFxvF3N_E/0.jpg)](https://www.youtube.com/watch?v=-aVFxvF3N_E) - -Download Links: - * Chrome: https://chrome.google.com/webstore/detail/user-agent-switcher-and-m/bhchdcejhohfmigjafbampogmaanbfkg - * Firefox: https://addons.mozilla.org/firefox/addon/user-agent-string-switcher/ - * Edge: https://microsoftedge.microsoft.com/addons/detail/useragent-switcher-and-m/cnjkedgepfdpdbnepgmajmmjdjkjnifa - * Opera: https://addons.opera.com/extensions/details/user-agent-switcher-8/ - -Usage Instruction: - * https://add0n.com/useragent-switcher.html +[upstream-repo]: https://github.com/ray-lothian/UserAgent-Switcher +[talkdesk]: https://www.talkdesk.com/ \ No newline at end of file