Storage Manager

Allows users to quickly and easily clear the storage of a web page with a single click!

Storage Managerคืออะไร?

Storage Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ricky.products1 และคุณลักษณะหลักของมันคือ "Allows users to quickly and easily clear the storage of a web page with a single click!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Storage Manager

ดาวน์โหลดไฟล์ส่วนขยาย Storage Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Storage Manager Storage Manager
ID mdinknncjoknjjcdkflmdceopmkllgll
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/storage-manager/mdinknncjoknjjcdkflmdceopmkllgll
คำอธิบาย Allows users to quickly and easily clear the storage of a web page with a single click!
ขนาดไฟล์ 14.42 KB
จำนวนการติดตั้ง 1,244
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2022-12-27
วันที่เผยแพร่ 2022-12-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ricky.products1
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://home.ottuleringvoic.com/
URL หน้าช่วยเหลือ https://home.ottuleringvoic.com/contact.html
ภาษาที่รองรับ 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": [
        "*:\/\/*\/*"
    ]
}