Manage LocalStorage

Manage LocalStorage extension allows you to export, import, localstorage from your browser.

What is Manage LocalStorage?

Manage LocalStorage is a Chrome extension developed by Besnik Mahmuti, and its main feature is "Manage LocalStorage extension allows you to export, import, localstorage from your browser.".

Extension Screenshots

screenshot

Download Manage LocalStorage Extension CRX File

Download Manage LocalStorage 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

                        This extension doesn't collect personal data.                    

Extension Basic Information

Name Manage LocalStorage Manage LocalStorage
ID hjbkmghihndbbjggaiocmlihachebmcn
Official URL https://chromewebstore.google.com/detail/manage-localstorage/hjbkmghihndbbjggaiocmlihachebmcn
Description Manage LocalStorage extension allows you to export, import, localstorage from your browser.
File Size 18.73 KB
Installation Count 43
Current Version 1.0.0
Last Updated 2023-09-16
Publish Date 2023-09-16
Developer Besnik Mahmuti
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.besnikmahmuti.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage LocalStorage ",
    "version": "1.0.0",
    "description": "Manage LocalStorage extension allows you to export, import, localstorage from your browser.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/localstorage_16x16.png",
        "32": "images\/localstorage_32x32.png",
        "48": "images\/localstorage_48x48.png",
        "128": "images\/localstorage_128x128.png"
    },
    "author": "Besnik Mahmuti",
    "permissions": [
        "scripting",
        "activeTab",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Manage LocalStorage"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}