WebExtension.net
Toggle dark mode
WebExtension.net

Simple Reddit

View on Chrome Web Store
View Simple Reddit Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (7 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Simplify the new Reddit layout.
Type
Extension
Users
313 users
4
Tab Manager Plus
View author page of Tab Manager Plus
Published
Published on May 24, 2018
Version 1.0.11
Manifest version
2
Updated
Updated on February 25, 2019
productivity/workflow
Extension Category
View on Chrome Web Store
View Simple Reddit Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Reddit",
    "short_name": "Simple Reddit",
    "version": "1.0.11",
    "description": "Simplify the new Reddit layout.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*",
                "http:\/\/*.reddit.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start",
            "js": [
                "js\/simplereddit.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "storage"
    ],
    "icons": {
        "128": "images\/simpleredditlogo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/simpleredditlogo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Simple Reddit"
    },
    "options_page": "options.html"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top