Flatit
A modern styling for reddit.
What is Flatit?
Flatit is a Chrome extension developed by Will Hitchcock, and its main feature is "A modern styling for reddit.".
Extension Screenshots
Download Flatit Extension CRX File
Download Flatit 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
Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love. Works well with RES.
Extension Basic Information
Name | Flatit |
ID | blkfjcojlgcgillkmcaahalnnibhkpdl |
Official URL | https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl |
Description | A modern styling for reddit. |
File Size | 44.57 KB |
Installation Count | 208 |
Current Version | 1.0 |
Last Updated | 2013-08-12 |
Publish Date | 2013-08-12 |
Rating | 3.90/5 Total 21 Ratings |
Developer | Will Hitchcock |
Payment Type | free |
Extension Website | https://github.com/hitchcockwill/flat-reddit |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flatit", "version": "1.0", "description": "A modern styling for reddit.", "icons": { "48": "img\/flat-reddit-icon-48.png", "128": "img\/flat-reddit-icon.png" }, "content_scripts": [ { "css": [ "css\/config.css" ], "matches": [ "http:\/\/www.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/res.css" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_idle" } ] } |