Chrome extension malfunction after auto-update to 22.4

Just to add to what my colleague Maciej @loginerror posted above.

22.4 Simulate Click not functioning in some scenarios . This happens when certain webpage buttons have handlers in “javascript: ” format .

Example of a button with a “javascript:” handler

<form action="javascript: window.location.href='FormHandler.html';" method="get"

Root cause

This is a technical limitation introduced by Google’s rollout of the Manifest V3 update to their Chrome extension platform.

Proposed workarounds

Please try and use as input methods, the following :

  • 1) ChromiumApi
  • 2) Send Window Messages
  • 3) Hardware Events
4 Likes

I saw that the selected option to install extension was Current User. I tried remove and install the extension in Chrome and keep seeing the same pop-up. After seeing the recommended solution by @Werve indicating that it was installed via policy per system, I explored the other options further in Studio and noticed that there are other options to select when installing the extension. I tried “Group Policy Online” and the pop-up no longer occurs.

2 Likes