Better Reddit
Enhancements for Reddit with a dark card layout
What is Better Reddit?
Better Reddit is a Chrome extension developed by https://jeromedane.com, and its main feature is "Enhancements for Reddit with a dark card layout".
Extension Screenshots
Download Better Reddit Extension CRX File
Download Better Reddit 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
Re-styles Reddit with a nice card layout and content preview. Project source: https://github.com/JeromeDane/better-reddit
Extension Basic Information
Name | Better Reddit |
ID | bkhakibiojcllcdmjoaiggmnneefeopc |
Official URL | https://chromewebstore.google.com/detail/better-reddit/bkhakibiojcllcdmjoaiggmnneefeopc |
Description | Enhancements for Reddit with a dark card layout |
File Size | 113 KB |
Installation Count | 30 |
Current Version | 1.2.4 |
Last Updated | 2015-07-15 |
Publish Date | 2015-07-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://jeromedane.com |
Payment Type | free |
Extension Website | https://github.com/JeromeDane/better-reddit |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Reddit", "description": "Enhancements for Reddit with a dark card layout", "version": "1.2.4", "permissions": [ "https:\/\/*.reddit.com\/" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "themes\/dark.css" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*" ], "js": [ "injector.js" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |