Coloe Cookie Crusher
This extension clears all cookies in your browser and refreshes the current page.
Vad är Coloe Cookie Crusher?
Coloe Cookie Crusher är en Chrome-tillägg utvecklad av Fat Cattitude, LLC, och dess huvudfunktion är "This extension clears all cookies in your browser and refreshes the current page.".
Tilläggsskärmbilder
Ladda ner Coloe Cookie Crusher-förlängningens CRX-fil
Ladda ner Coloe Cookie Crusher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Clear a website's cookies and refresh the page all in one click! Grundläggande Information om Tillägg
| Namn | |
| ID | mjmcjndganfnecmceegfkjmhnlngfohh |
| Officiell webbadress | https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh |
| Beskrivning | This extension clears all cookies in your browser and refreshes the current page. |
| Filstorlek | 30.35 KB |
| Antal Installationer | 286 |
| Aktuell Version | 0.0.0.6 |
| Senast Uppdaterad | 2023-07-30 |
| Publiceringsdatum | 2018-08-14 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | Fat Cattitude, LLC |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |