Skip to content

Latest commit

 

History

History

chromium

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

A selection of essential Chromium/Chrome extensions.

Main use case: to get a vanilla chromium profile into a useable state. For example, as part of disaster recovery or when initializing a fresh $HOME.

Generated with chromium-extensions.py.

Bulk Install

Chromium doesn't allow to fully automate the installation of extensions, as of 2017-06. The next best thing is a semi-automatic procedure, like this:

  1. make sure that Chromium isn't running
  2. execute chromium-browser $(cut -f1 -d, extension.csv | tail -n +1)
  3. Click on all 'Add to chrome' buttons in all tabs

Alternatives

A well-known alternative to AdBlock Plus is the uBlock Origin. In contrast to AdBlock Plus, it was first released for Chrome and then ported to Firefox. With AdBlock Plus it was the other way around.