Moderator toolbox for reddit
A set of tools to be used by moderators on reddit in order to make their jobs easier.
What is Moderator toolbox for reddit?
Moderator toolbox for reddit is a Chrome extension developed by toolbox-dev-team, and its main feature is "A set of tools to be used by moderators on reddit in order to make their jobs easier.".
Extension Screenshots
Download Moderator toolbox for reddit Extension CRX File
Download Moderator toolbox 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
Toolbox is an extension that adds a myriad of much needed features and functionality to reddit for moderators. Containing: - Queuetools - Mod Button - Mod Mail Pro - Mod Domain Tagger - Toolbox Notifier - User history analyzer - Comment Nuke tool - User notes - Personal notes - Syntax highlighter for subreddit css - Much more https://www.reddit.com/r/toolbox
Extension Basic Information
Name | Moderator toolbox for reddit |
ID | jhjpjhhkcbkmgdkahnckfboefnkgghpo |
Official URL | https://chromewebstore.google.com/detail/moderator-toolbox-for-red/jhjpjhhkcbkmgdkahnckfboefnkgghpo |
Description | A set of tools to be used by moderators on reddit in order to make their jobs easier. |
File Size | 1.28 MB |
Installation Count | 10,000 |
Current Version | 6.1.13: "Delaying Donkey" |
Last Updated | 2024-03-03 |
Publish Date | 2020-03-24 |
Rating | 4.34/5 Total 92 Ratings |
Developer | toolbox-dev-team |
[email protected] | |
Payment Type | free |
Extension Website | http://www.reddit.com/r/toolbox/ |
Help Page URL | http://www.reddit.com/r/toolbox/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moderator toolbox for reddit", "author": "toolbox team", "short_name": "toolbox", "description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.", "version": "6.1.13", "version_name": "6.1.13: \"Delaying Donkey\"", "incognito": "split", "permissions": [ "cookies", "tabs", "storage", "unlimitedStorage", "notifications", "webNavigation", "alarms" ], "host_permissions": [ "https:\/\/*.reddit.com\/", "https:\/\/old.reddit.com\/", "https:\/\/oauth.reddit.com\/", "https:\/\/mod.reddit.com\/" ], "icons": { "16": "data\/images\/icon16.png", "48": "data\/images\/icon48.png", "128": "data\/images\/icon128.png" }, "background": { "service_worker": "data\/background\/index.js" }, "content_scripts": [ { "run_at": "document_end", "all_frames": true, "matches": [ "https:\/\/*.reddit.com\/*" ], "exclude_matches": [ "https:\/\/*.reddit.com\/framedGild\/*", "https:\/\/*.reddit.com\/framedModal\/*", "https:\/\/*.reddit.com\/chat\/*", "https:\/\/*.reddit.com\/account\/sso\/*", "https:\/\/ads.reddit.com\/*", "https:\/\/*.reddit.com\/*.json", "https:\/\/*.reddit.com\/*.json?*", "https:\/\/*.reddit.com\/*.json-html", "https:\/\/*.reddit.com\/*.json-html?*" ], "css": [ "data\/styles\/toolbox.css", "data\/styles\/tbui.css", "data\/styles\/devtools.css", "data\/styles\/support.css", "data\/styles\/comment.css", "data\/styles\/old_comment.css", "data\/styles\/newmodmailpro.css", "data\/styles\/removalreasons.css", "data\/styles\/nukecomments.css", "data\/styles\/personalnotes.css", "data\/styles\/queuetools.css", "data\/styles\/old_queuetools.css", "data\/styles\/achievements.css", "data\/styles\/modbar.css", "data\/styles\/historybutton.css", "data\/styles\/notifier.css", "data\/styles\/usernotes.css", "data\/styles\/config.css", "data\/styles\/profile.css", "data\/styles\/macros.css", "data\/styles\/queue_overlay.css", "data\/styles\/modmatrix.css", "data\/styles\/modnotes.css", "data\/styles\/codemirror\/codemirror.css", "data\/styles\/codemirror\/dialog.css", "data\/styles\/codemirror\/fullscreen.css", "data\/styles\/codemirror\/matchesonscrollbar.css", "data\/styles\/codemirror\/show-hint.css", "data\/styles\/codemirror\/themes.css" ], "js": [ "data\/init.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/data\/styles\/font\/MaterialIcons-Regular.woff2", "\/data\/styles\/font\/MaterialIcons-Regular.woff", "\/data\/styles\/font\/MaterialIcons-Regular.ttf", "\/data\/images\/balloon.png", "\/data\/images\/snoo_up.png", "\/data\/images\/snoo_splat.png", "\/data\/images\/snoo_uh_oh.png", "\/data\/images\/snoo_running.gif" ], "matches": [ " |