Moderator toolbox for reddit

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

Hvad er Moderator toolbox for reddit?

Moderator toolbox for reddit er en Chrome-udvidelse udviklet af toolbox-dev-team, og dens hovedfunktion er "A set of tools to be used by moderators on reddit in order to make their jobs easier.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Moderator toolbox for reddit-udvidelses-CRX-fil

Download Moderator toolbox for reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Moderator toolbox for reddit Moderator toolbox for reddit
ID jhjpjhhkcbkmgdkahnckfboefnkgghpo
Officiel URL https://chromewebstore.google.com/detail/moderator-toolbox-for-red/jhjpjhhkcbkmgdkahnckfboefnkgghpo
Beskrivelse A set of tools to be used by moderators on reddit in order to make their jobs easier.
Filstørrelse 1.28 MB
Antal Installationer 10,000
Nuværende Version 6.1.13: "Delaying Donkey"
Senest Opdateret 2024-03-03
Udgivelsesdato 2020-03-24
Bedømmelse 4.34/5 Samlet 92 Bedømmelser
Udvikler toolbox-dev-team
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.reddit.com/r/toolbox/
Hjælpeside-URL http://www.reddit.com/r/toolbox/
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}