ray-lothian / UserAgent-Switcher

A User-Agent spoofer browser extension that is highly configurable
https://webextension.org/listing/useragent-switcher.html
Mozilla Public License 2.0
884 stars 142 forks source link

Feature Request:Load custom mode by remote URL #217

Closed whymesay closed 6 days ago

whymesay commented 6 days ago

When there are multiple browsers and each plugin needs to be changed, can a remote URL be loaded in custom mode to achieve unified configuration across multiple browsers

ray-lothian commented 6 days ago

This extension supports managed storage. You can follow the browser spec to configure it.

https://webextension.org/listing/useragent-switcher.html#faq20

whymesay commented 6 days ago

@ray-lothian I have many machines, like a browser cluster, they are not on the local network

ray-lothian commented 6 days ago

I see, the next release will support updating preferences from a remote server. You can download the "v3" version and give it a try on Chrome.

whymesay commented 6 days ago

That's cool ! thanks .

cheng4kn commented 6 days ago

the next release will support updating preferences from a remote server. You can download the "v3" version and give it a try on Chrome.

When to release the LTS of V3? And I wanna use it too, thanks.

whymesay commented 6 days ago

@ray-lothian I have installed the v3 version plugin. There are some bugs here. when I save settings multiple times, plugin don't request remote url again.So it's not possible to trigger subsequent updates.this is my conf file :https://raw.githubusercontent.com/whymesay/cdn/main/UserAgent-Switcher/configuration.json . And may it be automatically updated after setting the remote address?

ray-lothian commented 6 days ago

When to release the LTS of V3? And I wanna use it too, thanks.

Probably in a few days on Chrome Webstore first.

ray-lothian commented 6 days ago

when I save settings multiple times, plugin don't request remote url again

The extension only reads remote JSON once per startup. So you need to restart the extension on developer mode or restart the browser.

Also if the URL changes, it reads the JSON once more.