Add unpacked extension support
Adds an extension manager that loads unpacked extensions from the user data extensions directory, persists enabled state, and injects matching content scripts on page load. The settings Plugins page now shows installed extensions, supports reload/toggle actions, and includes an example Hello Nebula extension.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Copy this folder into Nebula's extensions directory to install:
|
||||
|
||||
%LOCALAPPDATA%\Nebula\User Data\extensions\hello-nebula\
|
||||
|
||||
Then open Settings > Plugins and click Reload Plugins (or restart Nebula).
|
||||
|
||||
manifest.json fields:
|
||||
id, name, version, description, enabled
|
||||
content_scripts[].matches (e.g. "*://*/*", "*://*.youtube.com/*", "<all_urls>")
|
||||
content_scripts[].js / css (paths relative to this folder)
|
||||
Reference in New Issue
Block a user