Coloe Cookie Crusher
This extension clears all cookies in your browser and refreshes the current page.
Wat is Coloe Cookie Crusher?
Coloe Cookie Crusher is een Chrome-extensie ontwikkeld door Fat Cattitude, LLC, en de belangrijkste functie is "This extension clears all cookies in your browser and refreshes the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coloe Cookie Crusher
Download Coloe Cookie Crusher-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
Clear a website's cookies and refresh the page all in one click! Basisinformatie over de Extensie
| Naam | |
| ID | mjmcjndganfnecmceegfkjmhnlngfohh |
| Officiële URL | https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh |
| Beschrijving | This extension clears all cookies in your browser and refreshes the current page. |
| Bestandsgrootte | 30.35 KB |
| Aantal Installaties | 286 |
| Huidige Versie | 0.0.0.6 |
| Laatst Bijgewerkt | 2023-07-30 |
| Publicatiedatum | 2018-08-14 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Fat Cattitude, LLC |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Coloe Cookie Crusher",
"description": "This extension clears all cookies in your browser and refreshes the current page.",
"version": "0.0.0.6",
"incognito": "split",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"page": "background.html"
}
} | |