Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
Qu'est-ce que Storage Manager ?
Storage Manager est une extension Chrome développée par ricky.products1, et sa fonction principale est "Allows users to quickly and easily clear the storage of a web page with a single click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Storage Manager
Téléchargez les fichiers d'extension Storage Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
URL Officiel | https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll |
Description | Allows users to quickly and easily clear the storage of a web page with a single click! |
Taille du Fichier | 14.42 KB |
Nombre d'Installations | 1,244 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-12-27 |
Date de Publication | 2022-12-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ricky.products1 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://home.ottuleringvoic.com/ |
URL de la Page d'Aide | https://home.ottuleringvoic.com/contact.html |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |