WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Extensions Reloader

Extensions Reloader

View on Chrome Web Store
View Extensions Reloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (136 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.

Reload all unpacked extensions using the extension's toolbar button or by browsing to "http://reload.extensions"
Type
Extension
Users
10,000 users
Arik W
View author page of Arik W
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 5, 2012
Version 2.0
Manifest version
3
Updated
Updated on March 10, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Extensions Reloader 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": "Extensions Reloader",
    "manifest_version": 3,
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "reload": {
            "description": "Reload all extensions in development",
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "management",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/reload.extensions\/"
    ],
    "action": {
        "default_icon": "icon19.png",
        "default_title": "Reload Extensions"
    },
    "description": "Reload all unpacked extensions using the extension's toolbar button or by browsing to \"http:\/\/reload.extensions\""
}
© 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