Reddit User Highlighter

Highlights reddit users based on subreddits.

What is Reddit User Highlighter?

Reddit User Highlighter is a Chrome extension developed by megasus, and its main feature is "Highlights reddit users based on subreddits.".

Extension Screenshots

screenshot

Download Reddit User Highlighter Extension CRX File

Download Reddit User Highlighter 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

                                            

Extension Basic Information

Name Reddit User Highlighter Reddit User Highlighter
ID jhfkpdblaahalehkaoldakkgaknhbfcl
Official URL https://chrome.google.com/webstore/detail/reddit-user-highlighter/jhfkpdblaahalehkaoldakkgaknhbfcl
Description Highlights reddit users based on subreddits.
File Size 35.63 KB
Installation Count 136
Current Version 1.2
Last Updated 2016-12-30
Publish Date 2016-12-30
Rating 5.00/5 Total 1 Ratings
Developer megasus
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit User Highlighter",
    "description": "Highlights reddit users based on subreddits.",
    "version": "1.2",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "contentscript.js",
                "jquery.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*"
            ],
            "css": [
                "blacklist.css"
            ]
        }
    ],
    "browser_action": [],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}