LocalStorage Sync

Sync local storage and session storage data from one computer to another!

What is LocalStorage Sync?

LocalStorage Sync is a Chrome extension developed by Allan Coding, and its main feature is "Sync local storage and session storage data from one computer to another!".

Extension Screenshots

screenshot

Download LocalStorage Sync Extension CRX File

Download LocalStorage Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Work's with most html5 games, and it saves game progress!

It can be used as a html5 game saver!                    

Extension Basic Information

Name LocalStorage Sync LocalStorage Sync
ID nlgkphpdbpmpdngngdafeggajlblhhko
Official URL https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko
Description Sync local storage and session storage data from one computer to another!
File Size 57.47 KB
Installation Count 728
Current Version 3.9.3
Last Updated 2022-02-03
Publish Date 2021-03-30
Rating 5.00/5 Total 1 Ratings
Developer Allan Coding
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LocalStorage Sync",
    "version": "3.9.3",
    "description": "Sync local storage and session storage data from one computer to another!",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "script.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}