Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Wat is Cookie-Cleaner?
Cookie-Cleaner is een Chrome-extensie ontwikkeld door jmatj.dev, en de belangrijkste functie is "Chrome extension to clean cookies from the current tab in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie-Cleaner
Download Cookie-Cleaner-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
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Basisinformatie over de Extensie
Naam | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
Officiële URL | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Beschrijving | Chrome extension to clean cookies from the current tab in one click. |
Bestandsgrootte | 15.15 KB |
Aantal Installaties | 1,614 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-06-03 |
Publicatiedatum | 2016-06-03 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | jmatj.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jmatj/cookie-cleaner |
Help Pagina-URL | https://github.com/jmatj/cookie-cleaner |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |