MisterPhilip / x-forwarded-for

X-Forwarded-For Header Browser Extension
MIT License
58 stars 18 forks source link

Feature request - ability to share export/import profiles #41

Open arabcoders opened 2 months ago

arabcoders commented 2 months ago

Hello,

The addon is really nice, and helps with some debugging and geo-blocking bypass, I would like to suggest the following feature.

1- the ability to export/import profiles

The way it should work, the export can be base64 encoded json string, and the import follow similar idea,

For example ew0KIl92ZXJzaW9uIjogImFkZG9uLXZlcnNpb24tMSIsDQoicHJvZmlsZSI6IHt9DQp9 is the exported string, which when imported turn into

{
"_version": "addon-version-1",
"profile": {....}
}

The idea is to be ability to copy profile and share it with someone, and the user has to confirm the data before importing it.