This extension shows a Google Image search result for the current page
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);
Statistics
Installs
1
history
Category
Rating
0.0 (0 votes)
Last update / version
2015-05-18 / 1.1
Listing languages