Moderator toolbox for reddit

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

Moderator toolbox for reddit là gì?

Moderator toolbox for reddit là một tiện ích mở rộng Chrome được phát triển bởi toolbox-dev-team, và tính năng chính của nó là "A set of tools to be used by moderators on reddit in order to make their jobs easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moderator toolbox for reddit

Tải xuống các tệp mở rộng Moderator toolbox for reddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moderator toolbox for reddit Moderator toolbox for reddit
ID jhjpjhhkcbkmgdkahnckfboefnkgghpo
URL Chính Thức https://chromewebstore.google.com/detail/moderator-toolbox-for-red/jhjpjhhkcbkmgdkahnckfboefnkgghpo
Mô tả A set of tools to be used by moderators on reddit in order to make their jobs easier.
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 6.1.13: "Delaying Donkey"
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2020-03-24
Đánh Giá 4.34/5 Tổng số 92 Đánh Giá
Nhà Phát Triển toolbox-dev-team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reddit.com/r/toolbox/
URL Trang Trợ Giúp http://www.reddit.com/r/toolbox/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}