Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
What is Storage Manager?
Storage Manager is a Chrome extension developed by ricky.products1, and its main feature is "Allows users to quickly and easily clear the storage of a web page with a single click!".
Extension Screenshots
Download Storage Manager Extension CRX File
Download Storage Manager 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
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.
Extension Basic Information
Name | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
Official URL | 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! |
File Size | 14.42 KB |
Installation Count | 1,244 |
Current Version | 1 |
Last Updated | 2022-12-27 |
Publish Date | 2022-12-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ricky.products1 |
[email protected] | |
Payment Type | free |
Extension Website | https://home.ottuleringvoic.com/ |
Help Page URL | https://home.ottuleringvoic.com/contact.html |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |