Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
Wat is Storage Manager?
Storage Manager is een Chrome-extensie ontwikkeld door ricky.products1, en de belangrijkste functie is "Allows users to quickly and easily clear the storage of a web page with a single click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Storage Manager
Download Storage Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
Officiële URL | https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll |
Beschrijving | Allows users to quickly and easily clear the storage of a web page with a single click! |
Bestandsgrootte | 14.42 KB |
Aantal Installaties | 1,244 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2022-12-27 |
Publicatiedatum | 2022-12-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ricky.products1 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://home.ottuleringvoic.com/ |
Help Pagina-URL | https://home.ottuleringvoic.com/contact.html |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |