WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk Delete Reddit Posts & Comments History

Bulk Delete Reddit Posts & Comments History

View on Chrome Web Store
View Bulk Delete Reddit Posts & Comments History Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (128 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension allows you to bulk/mass delete your post, comment & message history from Reddit.
Type
Extension
Users
10,000 users
1K
Glen Chiacchieri
View author page of Glen Chiacchieri
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 12, 2023
Version 3.6
Manifest version
3
Updated
Updated on May 18, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View Bulk Delete Reddit Posts & Comments History Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk Delete Reddit Posts & Comments History",
    "description": "This extension allows you to bulk\/mass delete your post, comment & message history from Reddit.",
    "version": "3.6",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "32": "src\/assets\/icons\/icon32.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-99aa4c64.js"
            ],
            "matches": [
                "https:\/\/old.reddit.com\/user\/*\/*?delete_all*",
                "https:\/\/old.reddit.com\/user\/*\/*?delete_all_confirmed*"
            ],
            "css": [
                "assets\/index-bd95c745.css",
                "assets\/styles-384167f3.css"
            ]
        },
        {
            "js": [
                "assets\/messages.ts-loader-12ad8177.js"
            ],
            "matches": [
                "https:\/\/old.reddit.com\/message\/messages*?delete_all*"
            ],
            "css": [
                "assets\/messages-dd7021b7.css",
                "assets\/styles-384167f3.css"
            ]
        },
        {
            "js": [
                "assets\/onpaid.ts-loader-036e8860.js"
            ],
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon16.png",
            "32": "src\/assets\/icons\/icon32.png",
            "48": "src\/assets\/icons\/icon48.png",
            "128": "src\/assets\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/old.reddit.com\/user\/*",
        "https:\/\/old.reddit.com\/api\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/old.reddit.com\/*",
                "https:\/\/old.reddit.com\/*"
            ],
            "resources": [
                "assets\/index-daef6e56.js",
                "assets\/ExtPay.module-d5c3e8e1.js",
                "assets\/index.ts-3f6190a9.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/old.reddit.com\/*"
            ],
            "resources": [
                "assets\/index-daef6e56.js",
                "assets\/ExtPay.module-d5c3e8e1.js",
                "assets\/messages.ts-723afa78.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "resources": [
                "assets\/onpaid.ts-4ed993c7.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top