Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
Storage Manager là gì?
Storage Manager là một tiện ích mở rộng Chrome được phát triển bởi ricky.products1, và tính năng chính của nó là "Allows users to quickly and easily clear the storage of a web page with a single click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Storage Manager
Tải xuống các tệp mở rộng Storage Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
URL Chính Thức | https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll |
Mô tả | Allows users to quickly and easily clear the storage of a web page with a single click! |
Kích Thước Tệp | 14.42 KB |
Số Lần Cài Đặt | 1,244 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2022-12-27 |
Ngày Phát Hành | 2022-12-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ricky.products1 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://home.ottuleringvoic.com/ |
URL Trang Trợ Giúp | https://home.ottuleringvoic.com/contact.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } |