WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
rAger

rAger

View on Chrome Web Store
View rAger Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 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.

rAger shows the account age and karma for all reddit accounts displayed on a page.
Type
Extension
Users
312 users
4
Website reveddit.com
R Hawkins
View author page of R Hawkins
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 2, 2018
Version 0.0.1.3
Manifest version
3
Updated
Updated on May 16, 2023
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View rAger 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",
    "name": "rAger",
    "description": "rAger shows the account age and karma for all reddit accounts displayed on a page.",
    "version": "0.0.1.3",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/chrome-icon-16.png",
        "24": "icons\/chrome-icon-24.png",
        "32": "icons\/chrome-icon-32.png",
        "48": "icons\/chrome-icon-48.png",
        "128": "icons\/chrome-icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/chrome-icon-16.png",
            "24": "icons\/chrome-icon-24.png",
            "32": "icons\/chrome-icon-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/arrive.min.js",
                "src\/auth.js",
                "src\/timezones.js",
                "src\/common.js",
                "src\/content.js"
            ],
            "css": [
                "src\/content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/jquery-3.2.1.min.js",
                "src\/auth.js",
                "src\/common.js",
                "src\/new-reddit.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}
© 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