Delete Cookies and Site Data

Delete cookies, storage and cache of all websites except the whitelisted domains.

Delete Cookies and Site Data क्या है?

Delete Cookies and Site Data https://browsernative.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delete cookies, storage and cache of all websites except the whitelisted domains."।

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

screenshot

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

crx प्रारूप में Delete Cookies and Site Data एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Delete data stored by all websites, or the site open in the current tab. 

one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. 

Set whitelisted domains. Opt to auto-delete site data on browser startup.

Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/

Send feedback or suggestion to [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Delete Cookies and Site Data Delete Cookies and Site Data
ID aegmcdedlldfknejkhgjailcpkofpphb
आधिकारिक URL https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb
विवरण Delete cookies, storage and cache of all websites except the whitelisted domains.
फ़ाइल का आकार 18.81 KB
स्थापना संख्या 267
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-08-11
प्रकाशन तिथि 2022-08-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://browsernative.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browsernative.com/delete-cookies-chrome-extension/
सहायता पृष्ठ URL https://browsernative.com/delete-cookies-chrome-extension/
गोपनीयता नीति पृष्ठ URL https://browsernative.com/extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete Cookies and Site Data",
    "description": "Delete cookies, storage and cache of all websites except the whitelisted domains.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "\/static\/icon-128.png",
        "default_title": "Delete Cookies & Site Data",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "48": "\/static\/icon-48.png",
        "128": "\/static\/icon-128.png"
    },
    "permissions": [
        "browsingData",
        "storage",
        "notifications",
        "activeTab",
        "history"
    ],
    "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/",
    "options_page": "\/option\/index.html"
}