Storage Manager

Allows users to quickly and easily clear the storage of a web page with a single click!

Co je Storage Manager?

Storage Manager je rozšíření Chrome vyvinuté ricky.products1, a jeho hlavní funkcí je „Allows users to quickly and easily clear the storage of a web page with a single click!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Storage Manager

Stáhněte si soubory rozšíření Storage Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Storage Manager is a browser extension that allows users to easily manage and clean their browser storage. With this extension, users can view the amount of storage being used by different websites and delete any unwanted data to free up space. Whether you want to declutter your browser or improve its performance, Storage Manager is a useful tool for keeping your browser storage in check.                    

Základní Informace o Rozšíření

Název Storage Manager Storage Manager
ID mdinknncjoknjjcdkflmdceopmkllgll
Oficiální URL https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll
Popis Allows users to quickly and easily clear the storage of a web page with a single click!
Velikost souboru 14.42 KB
Počet instalací 1,244
Aktuální Verze 1
Poslední Aktualizace 2022-12-27
Datum Vydání 2022-12-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář ricky.products1
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://home.ottuleringvoic.com/
URL Stránky Nápovědy https://home.ottuleringvoic.com/contact.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Storage Manager",
        "default_popup": "popup.html"
    },
    "description": "Allows users to quickly and easily clear the storage of a web page with a single click!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Storage Manager",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}