MisterPhilip / omnibug

Omnibug is an extension for Firefox and most Chromium-based browsers to ease implementing and debugging digital marketing tools.
https://omnibug.io/
MIT License
93 stars 42 forks source link

Omnibug doesn,t support last version of Chrome #231

Closed Stoyan-86 closed 9 months ago

Stoyan-86 commented 10 months ago

Describe the bug Omnibug doesn,t support last version of Chrome Version 116.0.5845.97 (Official Build) (64-bit)

Desktop :

MisterPhilip commented 10 months ago

Hi @Stoyan-86 -

There are no upper limitations to the browser versions, only lower.

I have the same version as you and do see Omnibug appearing: image

Are you not seeing it show up when you open devtools (see #219), did you get a warning that it is unsupported, or something else?

Stoyan-86 commented 10 months ago

Hi, @MisterPhilip , No errors appear, but the Omnibug tab is not visible. I tried removing the extension and adding it again, but to no success. I want to note that what I show in the video before worked.

https://github.com/MisterPhilip/omnibug/assets/76531188/61935a16-35f9-48b9-ba6d-b43d09e7d77f

MisterPhilip commented 10 months ago

Yeah, this looks related to #219; no developer tool extensions will load on file:// URIs either. Unpacked extensions seem to work OK, but published ones do not.

I'm afraid until Google/Chromium changes this, the only workaround is to use a local web server to serve your html/assets instead of going to the file:// URI.

Stoyan-86 commented 10 months ago

@MisterPhilip many thanks for your time and help!

MisterPhilip commented 9 months ago

Closing this since it is related to #219 - will keep that one open!