Moderator toolbox for reddit

A set of tools to be used by moderators on reddit in order to make their jobs easier.

Was ist Moderator toolbox for reddit?

Moderator toolbox for reddit ist eine Chrome-Erweiterung, die von toolbox-dev-team entwickelt wurde, und ihr Hauptmerkmal ist "A set of tools to be used by moderators on reddit in order to make their jobs easier.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Moderator toolbox for reddit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moderator toolbox for reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Moderator toolbox for reddit Moderator toolbox for reddit
ID jhjpjhhkcbkmgdkahnckfboefnkgghpo
Offizielle URL https://chromewebstore.google.com/detail/moderator-toolbox-for-red/jhjpjhhkcbkmgdkahnckfboefnkgghpo
Beschreibung A set of tools to be used by moderators on reddit in order to make their jobs easier.
Dateigröße 1.28 MB
Installationsanzahl 10,000
Aktuelle Version 6.1.13: "Delaying Donkey"
Letztes Update 2024-03-03
Veröffentlichungsdatum 2020-03-24
Bewertung 4.34/5 Insgesamt 92 Bewertungen
Entwickler toolbox-dev-team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.reddit.com/r/toolbox/
Hilfeseite URL http://www.reddit.com/r/toolbox/
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}