1. Native kali2.0 64-bit, Kali based on Debian. All the plugins used in the article are http://files.cnblogs.com/files/yuuyuu/chromium_plugins.tar.gz to download first.
2. Install Chromium browser sudo apt-get install chromium-browser
3.Chromium Open Source Browser no longer supports Netscape browser plugin Api,adobe company's flash will not work properly,
Google is now using a different interface, called Pepper (PPAPI). So, we're going to install Libpepflashplayer.so instead of libflashplayer.so
4. After downloading the above plugin, go to the Pepperflash directory,sudo cp libpepflashplayer.so/usr/lib/chromium/
5.sudo vim/etc/chromium.d/default-flags
Join at the end
chromium_flags= "--ppapi-flash-path=/usr/lib/chromium/libpepflashplayer.so--ppapi-flash-version=18.0.0.233"
Note the following version number, and you download the plugin Pepperflash directory Manifest.json inside the corresponding.
6. Restart the browser.
7. The remaining 2 plugins, ADBLOCK-PLUS_V1.9.1.CRX and CRXMOUSE-CHROME-GESTURES_V2.8.1.CRX
Enter chrome://extensions/in the browser, drag these 2 plugins to this page to prompt you to install.
8.adblock-plus This plugin after the installation to subscribe to the filter rules , in this plugin option to add easylist china+easylist this rule.
9.crxmouse-chrome-gestures This plugin has gesture function and text, link, picture drag function.
gesture function can also be set to turn off the tab function, can be replaced by double-click Close Tab. All of the above features can be set according to your preferences.
Linux Chromuim install common plugins (flash, gesture, drag, ad block)