Cross Domain Local Storage Extension

#1 / 1 rate

Cross Domain Local Storage Extension

20 users

2023-04-08

madmonliad

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
100%

Supported Languages

Permissions

Hot Permissions

Description

Sets a selected set of localStorage variables for all loaded urls

This extension's purpose is sharing cross domain data by exposing a key/pair popup editor.
By adding/removing new pairs, you will, under the hood, set your window.localStorage.cross_domain_localstorage to a key/value pairs object.
In order to use the values set in the extension's popup - from your JS app consume the window.localStorage.cross_domain_localstorage.name_of_key.