Dev Extension Auto Reload

Reloads all unpacked extensions on socket event

What is Dev Extension Auto Reload?

Dev Extension Auto Reload is a Chrome extension developed by http://gary.pp.ua, and its main feature is "Reloads all unpacked extensions on socket event".

Download Dev Extension Auto Reload Extension CRX File

Download Dev Extension Auto Reload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Reloads all unpacked extensions on receive socket event file.change from http://localhost:8890

Extension tries to connect to socket.io server on http://localhost:8890 and waits for file.change event to flow in. When an event is incoming, the extension get all extensions in development mode and reload them one by one.

An example on how to send file change events to the extension can be found here: robin-drexler/chrome-extension-auto-reload-watcher 

https://github.com/Dubiy/chrome-extension-auto-reload

Go!                    

Extension Basic Information

Name Dev Extension Auto Reload Dev Extension Auto Reload
ID jfjjbihghhhohnahailbplkciefnaffg
Official URL https://chrome.google.com/webstore/detail/dev-extension-auto-reload/jfjjbihghhhohnahailbplkciefnaffg
Description Reloads all unpacked extensions on socket event
File Size 65.11 KB
Installation Count 27
Current Version 1.0.1
Last Updated 2018-08-27
Publish Date 2018-08-27
Rating 5.00/5 Total 1 Ratings
Developer http://gary.pp.ua
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dev Extension Auto Reload",
    "version": "1.0.1",
    "icons": {
        "256": "\/img\/icons\/icon-256.png",
        "128": "\/img\/icons\/icon-128.png"
    },
    "description": "Reloads all unpacked extensions on socket event",
    "permissions": [
        "management"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}