RedditMinimal

Cleans up and minimizes Reddit.com.

What is RedditMinimal?

RedditMinimal is a Chrome extension developed by Unknown, and its main feature is "Cleans up and minimizes Reddit.com.".

Extension Screenshots

screenshot

Download RedditMinimal Extension CRX File

Download RedditMinimal 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

                        Cleans up and minimizes reddit.com.                    

Extension Basic Information

Name RedditMinimal RedditMinimal
ID nncgpcilaimaohejhbpafkmglncfigej
Official URL https://chromewebstore.google.com/detail/redditminimal/nncgpcilaimaohejhbpafkmglncfigej
Description Cleans up and minimizes Reddit.com.
File Size 51.55 KB
Installation Count 23
Current Version 1.3.1
Last Updated 2014-06-26
Publish Date 2014-06-26
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website http://cornellcampbell.com/extensions/posts/3/reddit-minimal/
Help Page URL http://cornellcampbell.com/extensions/posts/3/reddit-minimal/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedditMinimal",
    "description": "Cleans up and minimizes Reddit.com.",
    "version": "1.3.1",
    "web_accessible_resources": [
        "img\/36px-blended.png",
        "img\/down-arrow.png",
        "img\/overlay-button.png",
        "img\/reddit-logo.gif",
        "img\/search.png",
        "script.js",
        "style.css"
    ],
    "icons": {
        "128": "Icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/code.reddit.com\/*",
                "*:\/\/blog.reddit.com\/*",
                "*:\/\/www.reddit.com\/r\/apple*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.reddit.com\/*"
    ]
}