RMCOOKIES
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-16.
Extension Actions
CRX ID
llghjgbkjcimmemgbkdnnjlpllahcolj
Status
- Minor Policy Violation
- Removed Long Ago
- No Privacy Policy
Description from extension meta
This extension shows a Google Image search result for the current page
Description from store
Boutton:
-> Supprime tous les cookies déposés dans les 24 dernières heures
"content_scripts": [
{
"matches": ["http://localhost/*"],
"js": ["content.js"]
}
],
API JavaScript:
var event = document.createEvent('Event');
event.initEvent('rmcookies');
document.dispatchEvent(event);