WebExtension.net
WebExtension.net

Simple Reddit

View on Chrome Web Store
View Simple Reddit Chrome Extension on Chrome Web Store
3.4 (7 ratings)

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
325 users
6
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
View on Chrome Web Store
View Simple Reddit Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

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"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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