JetBrains IDE Support Extension - How to disable Chrome Warnings?

20,998

Solution 1

You can disable this warning in chrome://flags using the Enable Silent Debugging flag:

Enable Silent Debugging

It's mentioned in the comment #28.

Here is the direct link to the option: chrome://flags/#silent-debugger-extension-api Just paste this to your Chrome addressbar.

Solution 2

For the ones who didn't understand ( like me :P )

You need to open this address chrome://flags in Google-Chrome and Enable Silent Debugging

Share:
20,998
Omar Gonzalez
Author by

Omar Gonzalez

Sr. Web-dev, working at Pentalog México

Updated on July 09, 2022

Comments

  • Omar Gonzalez
    Omar Gonzalez almost 2 years

    Hey there I've been using the JetBrains IDE support extension for a week now, and While it is great utility. I grow tired of clicking the "X' in the Chrome Yellow Warning ("JetBrains IDE Support" is debugging this tab.)

    This may be a noobish question for experienced devs, but does anyone knows how to get rid of this Chrome pop-ups?

    Thanks :)

    Here is a snapshot:

    enter image description here

  • Omar Gonzalez
    Omar Gonzalez over 10 years
    Hey thanks a lot! that worked perfectly... no more annoying yellow pop-up!
  • Răzvan Flavius Panda
    Răzvan Flavius Panda over 10 years
    Chrome will need to be restarted for this change to take effect.
  • CrazyCoder
    CrazyCoder over 10 years
    @RăzvanPanda every Chrome flag change requires a restart to take effect.
  • Răzvan Flavius Panda
    Răzvan Flavius Panda over 10 years
    @CrazyCoder: I didn't knew that and was mentioning it to help someone who also didn't know.
  • CrazyCoder
    CrazyCoder over 10 years
  • Răzvan Flavius Panda
    Răzvan Flavius Panda over 10 years
    @CrazyCoder: well it was pretty camouflaged there and I didn't notice it, they should display that message with a different color
  • Leonidas A
    Leonidas A about 4 years
    The flag has been removed from the ui, but still works as a command line switch. See my answer.