WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
The Great-er Tab Discarder

The Great-er Tab Discarder

View on Chrome Web Store
View The Great-er Tab Discarder Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (45 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Compatible with latest Chrome! Helps your browser load and run faster by freeing up memory and resources used by old inactive tabs.
Type
Extension
Users
10,000 users
1K
github.com/rkodey
View author page of github.com/rkodey
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 13, 2021
Version 1.4.0
Manifest version
3
Updated
Updated on June 6, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View The Great-er Tab Discarder 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": "The Great-er Tab Discarder",
    "description": "Compatible with latest Chrome! Helps your browser load and run faster by freeing up memory and resources used by old inactive tabs.",
    "version": "1.4.0",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "alarms",
        "favicon"
    ],
    "optional_permissions": [
        "tabGroups"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/suspended.html",
                "img\/*",
                "_favicon\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/eventPage.js",
        "type": "module"
    },
    "action": {
        "default_title": "The Great-er Tab Discarder",
        "default_icon": "img\/icon19.png",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "split",
    "minimum_chrome_version": "108",
    "commands": {
        "1-discard-tab": {
            "description": "Discard active tab",
            "suggested_key": {
                "default": "Ctrl+Shift+D"
            }
        },
        "2-suspend-tab": {
            "description": "Suspend active tab",
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        },
        "3-discard-active-window": {
            "description": "Discard all tabs in active window"
        },
        "4-reload-active-window": {
            "description": "Reload all tabs in active window"
        },
        "5-discard-all-windows": {
            "description": "Discard all tabs in all windows"
        },
        "6-reload-all-windows": {
            "description": "Reload all tabs in all windows"
        }
    }
}
© 2026 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