Storage Manager
Allows users to quickly and easily clear the storage of a web page with a single click!
Apa itu Storage Manager?
Storage Manager adalah ekstensi Chrome yang dikembangkan oleh ricky.products1, dan fitur utamanya adalah "Allows users to quickly and easily clear the storage of a web page with a single click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Storage Manager
Unduh file ekstensi Storage Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mdinknncjoknjjcdkflmdceopmkllgll |
URL Resmi | https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll |
Deskripsi | Allows users to quickly and easily clear the storage of a web page with a single click! |
Ukuran File | 14.42 KB |
Jumlah Instalasi | 1,244 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2022-12-27 |
Tanggal Publikasi | 2022-12-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | ricky.products1 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://home.ottuleringvoic.com/ |
URL Halaman Bantuan | https://home.ottuleringvoic.com/contact.html |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } |