Detecting UI Elements of Browser Extension using JavaScript

Viewed 44

In the Google Chrome browser, I have installed the 'Roboform' extension. This extension creates some UI elements as shown in the below screenshot. See the popup (Localhost) near login username input.

enter image description here

Question: Is there a way to detect 'Roboform' created UI elements with JavaScript?

What I have tried

  • I tried to use dev tools to inspect the popup element. But I could not see/inspect.
  • I also tried to detect the extension using other methods. But could not get it to work.
0 Answers
Related