Black and Red Scrollbar
Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.
What is Black and Red Scrollbar?
Black and Red Scrollbar is a Chrome extension developed by zherryzhohn, and its main feature is "Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.".
Extension Screenshots
Download Black and Red Scrollbar Extension CRX File
Download Black and Red Scrollbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. find more of my chrome themes here https://goo.gl/IUk7YM Thanks 12ozmousesuks and all the anime girls and robots. For updates, feedback, or suggestions. Contact me at twitter.com/Zherryzhohn 12/09/10: This extension won the 100% CLEAN award granted by Softpedia http://mac.softpedia.com/progClean/Black-and-Red-Scrollbar-Clean-90010.html 12/29/10: I fixed a slight tweak in naming the PNG files. It should fix the problems some people had.
Extension Basic Information
Name | Black and Red Scrollbar |
ID | acgecdfblegjbbejckcbldclahcdpgdp |
Official URL | https://chromewebstore.google.com/detail/black-and-red-scrollbar/acgecdfblegjbbejckcbldclahcdpgdp |
Description | Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. |
File Size | 7.95 KB |
Installation Count | 6,168 |
Current Version | 1.8 |
Last Updated | 2016-01-15 |
Publish Date | 2016-01-15 |
Rating | 4.12/5 Total 164 Ratings |
Developer | zherryzhohn |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.8", "content_scripts": [ { "css": [ "evascrollbars.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. ", "icons": { "128": "icon128.png", "48": "icon48.png" }, "name": "Black and Red Scrollbar" } |