Minimis extended cookie management icon

Minimis extended cookie management

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-15.

Extension Actions

CRX ID
bphmaipfhiaagcfgdpbbclblomlgjfda
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

Manage cookies using Chrome API

Description from store

This project is an extension of "Cookie Test" form the Google API Examples.

The "Minimis" extended cookie management uses content injection to allow a page to erase all it's cookies (especially the HttpOnly ones).

The loaded page only needs to issue the command:
window.postMessage({ type: "ERASE_COOKIES", text: document.domain }, "*");