Moderator toolbox for reddit

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

Vad är Moderator toolbox for reddit?

Moderator toolbox for reddit är en Chrome-tillägg utvecklad av toolbox-dev-team, och dess huvudfunktion är "A set of tools to be used by moderators on reddit in order to make their jobs easier.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Moderator toolbox for reddit-förlängningens CRX-fil

Ladda ner Moderator toolbox for reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Moderator toolbox for reddit Moderator toolbox for reddit
ID jhjpjhhkcbkmgdkahnckfboefnkgghpo
Officiell webbadress https://chromewebstore.google.com/detail/moderator-toolbox-for-red/jhjpjhhkcbkmgdkahnckfboefnkgghpo
Beskrivning A set of tools to be used by moderators on reddit in order to make their jobs easier.
Filstorlek 1.28 MB
Antal Installationer 10,000
Aktuell Version 6.1.13: "Delaying Donkey"
Senast Uppdaterad 2024-03-03
Publiceringsdatum 2020-03-24
Betyg 4.34/5 Totalt 92 Betyg
Utvecklare toolbox-dev-team
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.reddit.com/r/toolbox/
Hjälpsida URL http://www.reddit.com/r/toolbox/
Stödda Språk 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": [
                ""
            ]
        }
    ]
}