Skip to content
View in the app

A better way to browse. Learn more.

Kaspersky Support Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Kaspersky extention not working anymore

Hello,

I've installed Kaspersky premium, however the kaspersky extention on chromium is not working anymore.
 

I was using it before with Kaspersky Internet security.

What should I do please?
Thanks a lot.

Solved by nexon

Featured Replies

Hello,

Welcome.

1. Chromium based browsers are not officially supported.
2. Which browser do you use? If brave then should be work with some changes.

Edited by nexon

  • Author
20 minutes ago, nexon said:

Hello,

Welcome.

1. Chromium based browsers are not officially supported.
2. Which browser do you use? If brave then should be work with some changes.

Hello,

Thank you for your answer.
I'm indeed using Brave. Until this morning it was working with Kaspersky IS.

What kind of changes please?

Thanks again for your time.

  • Solution

I use brave also... 

So go to installation directory of brave and rename brave to chrome. 

You must have closed browser sometimes it takes a couple of minutes when Kaspersky protection addon will work. 

Edited by nexon

  • Author

Thank you, it works perfectly!

Also please note you must repeat after each update of brave... You will see Kaspersky protection addon is greyed out then brave installed new version. 

Also you can create support ticket for add brave browser as supported browser from Kaspersky. 

Edited by nexon

  • Author

Thank you for this information, indeed it may be useful to have brave supported. :)

On 9/19/2024 at 12:50 PM, nexon said:

Also please note you must repeat after each update of brave... You will see Kaspersky protection addon is greyed out then brave installed new version. 

@ChrisN991 I have been using Brave this way for years, by renaming brave.exe to chrome.exe. I made a simple PowerShell script to automate this and have it run every time I login.

###############################################
##      KIS Plugin workaround for Brave      ##
###############################################

## Kaspersky browser plugin doesn't officially work in Brave browser.  However, if the executable
## for Brave is renamed to chrome.exe, the KIS plugin magically works.  This script verifies that
## brave.exe matches the chrome.exe in the Brave Browser application directory & replaces it if not
####################################################################################################

$brave = "C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe"
$chrome = "C:\Program Files\BraveSoftware\Brave-Browser\Application\chrome.exe"
# Get the file hashes
$hashSrc = Get-FileHash $brave -Algorithm "SHA256"
$hashDest = Get-FileHash $chrome -Algorithm "SHA256"

# Compare the hashes, copy files if different & log results
If ($hashSrc.Hash -ne $hashDest.Hash)
{
  Write-Host "Brave updated. Copying executable"
  Copy-Item $brave $chrome
  "Hash values of brave.exe and chrome.exe are NOT equal. Updated $((Get-Date).ToString())" | Out-File -FilePath C:\Apps\Brave-KIS-workaround.log
}

 

In TaskScheduler have it run at log on using the following parameters

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -WindowStyle Hidden -file C:\Apps\Brave-KIS-workaround.ps1

Change file paths to wherever you decide to save the PowerShell script

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.