extraInfo: show extra info in threads

Bug: twpowertools:93
Change-Id: If68561fdf1a4038bfba58d66d5488c1ce76d63bd
diff --git a/src/common/xhrInterceptors.json5 b/src/common/xhrInterceptors.json5
index 126b6fb..2a0ea6b 100644
--- a/src/common/xhrInterceptors.json5
+++ b/src/common/xhrInterceptors.json5
@@ -25,5 +25,10 @@
       urlRegex: "api/ListCannedResponses",
       intercepts: "response",
     },
+    {
+      eventName: "ViewThreadResponse",
+      urlRegex: "api/ViewThread",
+      intercepts: "response",
+    },
   ],
 }