Delete Cookies and Site Data

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

Vad är Delete Cookies and Site Data?

Delete Cookies and Site Data är en Chrome-tillägg utvecklad av https://browsernative.com, och dess huvudfunktion är "Delete cookies, storage and cache of all websites except the whitelisted domains.".

Tilläggsskärmbilder

screenshot

Ladda ner Delete Cookies and Site Data-förlängningens CRX-fil

Ladda ner Delete Cookies and Site Data-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Delete Cookies and Site Data Delete Cookies and Site Data
ID aegmcdedlldfknejkhgjailcpkofpphb
Officiell webbadress https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb
Beskrivning Delete cookies, storage and cache of all websites except the whitelisted domains.
Filstorlek 18.81 KB
Antal Installationer 267
Aktuell Version 1.0.2
Senast Uppdaterad 2022-08-11
Publiceringsdatum 2022-08-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://browsernative.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/delete-cookies-chrome-extension/
Hjälpsida URL https://browsernative.com/delete-cookies-chrome-extension/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
}