Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
Cos'è Storage Manager?
Storage Manager è un'estensione di Chrome sviluppata da ricky.products1, e la sua funzione principale è "Allows users to quickly and easily clear the storage of a web page with a single click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Storage Manager
Scarica i file di estensione Storage Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
URL Ufficiale | https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll |
Descrizione | Allows users to quickly and easily clear the storage of a web page with a single click! |
Dimensione del File | 14.42 KB |
Conteggio Installazioni | 1,244 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2022-12-27 |
Data di Pubblicazione | 2022-12-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ricky.products1 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://home.ottuleringvoic.com/ |
URL della Pagina di Aiuto | https://home.ottuleringvoic.com/contact.html |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |