WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DeleteTweets - Bulk Delete Tweets

DeleteTweets - Bulk Delete Tweets

View on Chrome Web Store
View DeleteTweets - Bulk Delete Tweets Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (183 ratings)
1 new ratings
39 views
This extension has been viewed 39 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.

Delete Twitter posts/X posts in bulk based on advanced filtering. Can run once or automatically on a schedule.
Type
Extension
Users
10,000 users
1K
Website deletetweets.ai
Live Polls
View author page of Live Polls
Published
Published on March 12, 2024
Version 2.3.3
Manifest version
3
Updated
Updated on April 27, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View DeleteTweets - Bulk Delete Tweets 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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "2.3.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/mount.js",
                "\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.x.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/injected.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}
© 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