Cookie Remover

Removes cookies for the current site

Vad är Cookie Remover?

Cookie Remover är en Chrome-tillägg utvecklad av Adam, och dess huvudfunktion är "Removes cookies for the current site".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cookie Remover-förlängningens CRX-fil

Ladda ner Cookie Remover-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

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

Grundläggande Information om Tillägg

Namn Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
Officiell webbadress https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
Beskrivning Removes cookies for the current site
Filstorlek 87.72 KB
Antal Installationer 83,261
Aktuell Version 1.0.3
Senast Uppdaterad 2019-08-10
Publiceringsdatum 2019-08-09
Betyg 4.46/5 Totalt 79 Betyg
Utvecklare Adam
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}