Reddit New Comments Highlighter

Highlights new comments when you revisit a comments page on reddit.

What is Reddit New Comments Highlighter?

Reddit New Comments Highlighter is a Chrome extension developed by https://blog.abhijeetr.com, and its main feature is "Highlights new comments when you revisit a comments page on reddit.".

Extension Screenshots

screenshot
screenshot

Download Reddit New Comments Highlighter Extension CRX File

Download Reddit New Comments 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

                        This extension highlights new comments on a link page in reddit when you revisit a link.

To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down".                    

Extension Basic Information

Name Reddit New Comments Highlighter Reddit New Comments Highlighter
ID ajdilinnnkbmpoegibgacadjlblmpjad
Official URL https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad
Description Highlights new comments when you revisit a comments page on reddit.
File Size 163 KB
Installation Count 1,856
Current Version 3.0
Last Updated 2018-02-17
Publish Date 2018-02-16
Rating 3.50/5 Total 24 Ratings
Developer https://blog.abhijeetr.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*",
                "http:\/\/www.reddit.com\/r\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Reddit New Comments Highlighter",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Highlights new comments when you revisit a comments page on reddit.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter",
    "version": "3.0",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}