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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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": [
        "*:\/\/*\/*"
    ]
}