Install common linux chromuim plug-ins (flash, gesture, drag and drop, AD blocking), linuxchromuim
1. The native kali2.0 64-bit, and kali is based on Debian. To download all the plug-ins used in this article, go to http://files.cnblogs.com/files/yuuyuu/chromium_plugins.tar.gz.
2. install the chromium browser sudo apt-get install chromium-browser
3. Chromium open-source browsers no longer support Netscape browser plug-in APIs, and Adobe Flash cannot work normally,
Google Now uses another interface called Pepper (PPAPI ). Therefore, we need to install libpepflashplayer. so instead of libflashplayer. so.
4. After downloading and unzipping the above plug-in, go to the PepperFlash directory, sudo cp libpepflashplayer. so/usr/lib/chromium/
5. sudo vim/etc/chromium. d/default-flags
Add at the end
CHROMIUM_FLAGS = "-- ppapi-flash-path =/usr/lib/chromium/libpepflashplayer. so -- ppapi-flash-version = 18.0.0.233"
Note that the later version number corresponds to manifest. json in the PepperFlash directory of the plug-in you downloaded.
6. Restart the browser.
7. The remaining 2 plug-ins, Adblock-Plus_v1.9.1.crx and crxMouse-Chrome-Gestures_v2.8.1.crx
Enter chrome: // extensions/in the browser and drag the two plug-ins to this page to prompt you to install them.
8. After the adblock-plus Plug-in is installed, subscribe to filtering rules. Add the EasyList China + EasyList rule in the plug-in options.
9. The crxMouse-Chrome-Gestures plug-in provides the gesture function and text, link, and image drag function.
You can also disable the Tab function by using the gesture function, instead of double-clicking to close the Tab. All of the above functions can be set according to your preferences.