Storage Manager

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

Storage Manager क्या है?

Storage Manager ricky.products1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to quickly and easily clear the storage of a web page with a single click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Storage Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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": [
        "*:\/\/*\/*"
    ]
}