我正在构建一个 chrome 扩展来帮助测试和调试网站。有没有办法从 chrome 扩展中覆盖 useragent 覆盖(如下所示 - 图 1 是手动执行此操作的方式)?
我也尝试通过点击 onBeforeSendHeaders 来更改标题,但这不适用于 twitter.com 和 maps.google.com http://developer.chrome.com/extensions/webRequest.html#examples等网站
我正在构建一个 chrome 扩展来帮助测试和调试网站。有没有办法从 chrome 扩展中覆盖 useragent 覆盖(如下所示 - 图 1 是手动执行此操作的方式)?
我也尝试通过点击 onBeforeSendHeaders 来更改标题,但这不适用于 twitter.com 和 maps.google.com http://developer.chrome.com/extensions/webRequest.html#examples等网站