DisboxApp / web

Use Discord as a file storage service.
https://disboxapp.github.io/web/
GNU Affero General Public License v3.0
470 stars 87 forks source link

Can't use The Chrome extension on Disbox which is hosted by local #103

Closed lava114514 closed 4 months ago

lava114514 commented 5 months ago

Screenshot_20240405_134750

DisboxApp commented 4 months ago

Hey, this is a limitation of chrome extenstions. You can see the allowed URLs here: https://github.com/DisboxApp/extension/blob/master/manifest.json

    "externally_connectable": {
        "matches": ["*://localhost/*", "*://disboxapp.github.io/*"]
    }

You should fork the extension and edit that to add your URL :)

lava114514 commented 4 months ago

But how can i install the patch extension into my broswer?