Results 1 to 2 of 2

Thread: Chromium Extensions Installation Not Enabled Error In Kali Linux

  1. #1
    Join Date
    2016-Oct
    Posts
    1

    Chromium Extensions Installation Not Enabled Error In Kali Linux

    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

  2. #2
    Open terminal;

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

    Then add this line of text;

    CHROMIUM_FLAGS='--enable-remote-extensions'
    Last edited by FaustNostromo; 2017-04-07 at 12:09.

Similar Threads

  1. chromium - separate instance from pre-installed chromium
    By sutak in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-11-15, 02:20
  2. Chromium Extensions
    By billgatesgates in forum General Archive
    Replies: 1
    Last Post: 2017-02-06, 13:08
  3. XFCE and Chromium on Kali Linux
    By The Forgotten King in forum General Archive
    Replies: 2
    Last Post: 2016-05-12, 13:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •