UI Changer for Reddit

Enforce your preferred user interface.

What is UI Changer for Reddit?

UI Changer for Reddit is a Chrome extension developed by Andre Meri, and its main feature is "Enforce your preferred user interface.".

Extension Screenshots

screenshot

Download UI Changer for Reddit Extension CRX File

Download UI Changer for Reddit 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

                        Redirects all Reddit links to show one of the three interfaces that you choose. Also works on image, live and share links. Note: The notice you see about having access to your data on all reddit.com sites is automatically generated because the extension runs on every tab. It does NOT require your personal information to work properly.                    

Extension Basic Information

Name UI Changer for Reddit UI Changer for Reddit
ID bfcldjodnnkndfccfjndmdlppfkmccgh
Official URL https://chromewebstore.google.com/detail/ui-changer-for-reddit/bfcldjodnnkndfccfjndmdlppfkmccgh
Description Enforce your preferred user interface.
File Size 197 KB
Installation Count 3,000
Current Version 2.1.1
Last Updated 2024-02-29
Publish Date 2024-01-25
Rating 4.79/5 Total 58 Ratings
Developer Andre Meri
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UI Changer for Reddit",
    "description": "Enforce your preferred user interface.",
    "version": "2.1.1",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.reddit.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules\/rules_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": false,
                "path": "rules\/rules_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "rules\/rules_3.json"
            }
        ]
    }
}