WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Modifier

Tab Modifier

View on Chrome Web Store
View Tab Modifier Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (415 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Take control of your tabs
Type
Extension
Users
80,000 users
10K
Website furybee.org
FuryBee
View author page of FuryBee
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 24, 2014
Version 1.0.17
Manifest version
3
Updated
Updated on March 4, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tab Modifier 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": "Tab Modifier",
    "version": "1.0.17",
    "description": "Take control of your tabs",
    "homepage_url": "https:\/\/github.com\/furybee\/chrome-tab-modifier",
    "action": {
        "default_title": "Tab Modifier",
        "default_popup": "src\/index.html",
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        }
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options.html",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/*",
                "assets\/*\/*",
                "vendor\/*",
                "vendor\/*\/*",
                "assets\/content.js-rrE6ADCm.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js-loader-DuezkBdl.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
© 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