Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
What is Reddit Squared?
Reddit Squared is a Chrome extension developed by nick.ed.dale, and its main feature is "A reimaging of the reddit experience. Currently in Beta.".
Extension Screenshots
Download Reddit Squared Extension CRX File
Download Reddit Squared 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
A web app for reddit that completely redesigns the site. Best suited for Retina screens with ad-block plus. -Embeds pictures and videos. -Infinite scroll so you can just keep on keepin' on
Extension Basic Information
Name | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
Official URL | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
Description | A reimaging of the reddit experience. Currently in Beta. |
File Size | 8.08 MB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2014-06-17 |
Publish Date | 2014-06-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nick.ed.dale |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Squared", "description": "A reimaging of the reddit experience. Currently in Beta.", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.1.min.js", "myscript.js" ] } ], "web_accessible_resources": [ "img\/*jpg", "img\/*png" ] } |