WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Reddit Syntax Highlighting

Reddit Syntax Highlighting

View on Chrome Web Store
View Reddit Syntax Highlighting Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Enhance Your Reddit Browsing Experience with Code Syntax Highlighting!
Type
Extension
Users
7 users
1
Nine
View author page of Nine
Published
Published on May 8, 2024
Version 1.0
Manifest version
3
Updated
Updated on May 8, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View Reddit Syntax Highlighting 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": 3,
    "name": "Reddit Syntax Highlighting",
    "description": "Enhance Your Reddit Browsing Experience with Code Syntax Highlighting!",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/wizard_icon_48x48.png"
    },
    "icons": {
        "16": "assets\/wizard_icon_16x16.png",
        "32": "assets\/wizard_icon_32x32.png",
        "48": "assets\/wizard_icon_48x48.png",
        "128": "assets\/wizard_icon_128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*"
            ],
            "js": [
                "scripts\/highlight.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' cdn.jsdelivr.net"
    }
}
© 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