Cookie Remover
Removes cookies for the current site
Wat is Cookie Remover?
Cookie Remover is een Chrome-extensie ontwikkeld door Adam, en de belangrijkste functie is "Removes cookies for the current site".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie Remover
Download Cookie Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
Officiële URL | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
Beschrijving | Removes cookies for the current site |
Bestandsgrootte | 87.72 KB |
Aantal Installaties | 83,261 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-08-10 |
Publicatiedatum | 2019-08-09 |
Beoordeling | 4.46/5 Totaal 79 Beoordelingen |
Ontwikkelaar | Adam |
Betalingswijze | free |
Ondersteunde Talen | 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" } |