PDA

View Full Version : Chromium Extensions Installation Not Enabled Error In Kali Linux



paklover786
2017-03-05, 07:03
Hello all hope you are all fine

Guys I have a problem in kali linux with chromium browser extensions. When I try to install any extension in chormium it says that installation not enabled. Before it all was ok but in new version of chromium I am unable to install extensions. I searched on google and go to this link https://wiki.debian.org/Chromium#Extensions and I had come to know that external extensions are disabled by default

You can enable them adding a file in /etc/chromium.d/ that sets the flags: --load-extension=/extension_fullpath for each one, or enables all with --enable-remote-extensions.

An example of a /etc/chromium.d/enable-remote-extensions file:

# Enable the extensions
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions"


I don't know what does it means. Please give me the whole tutorial to enable extensions in chromium in kali linux.

Thank you.

Sorry for my bad english

FaustNostromo
2017-04-07, 03:56
Open terminal;

sudo leafpad /etc/chromium.d/default-flags

Then add this line of text;

CHROMIUM_FLAGS='--enable-remote-extensions'