Reddit Makeover
Make reddit easier on the eyes.
What is Reddit Makeover?
Reddit Makeover is a Chrome extension developed by uxmatthew, and its main feature is "Make reddit easier on the eyes.".
Extension Screenshots
Download Reddit Makeover Extension CRX File
Download Reddit Makeover 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
Reddit Makeover v 1.0 [NEW! 2013] This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable. It's easier to scan, read, and understand. Whether you're new to reddit or an old pro, this extension is a life saver!
Extension Basic Information
Name | Reddit Makeover |
ID | gobfpbbhfcmlnfcagochgigpbelbfcbn |
Official URL | https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn |
Description | Make reddit easier on the eyes. |
File Size | 93.78 KB |
Installation Count | 63 |
Current Version | 1.2 |
Last Updated | 2013-11-18 |
Publish Date | 2013-11-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | uxmatthew |
Payment Type | free |
Extension Website | http://www.uxmatthew.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Makeover", "version": "1.2", "manifest_version": 2, "description": "Make reddit easier on the eyes.", "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "permissions": [ "http:\/\/api.flickr.com\/" ] } |