Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
Vad är Remove Cookies For Site?
Remove Cookies For Site är en Chrome-tillägg utvecklad av nestor, och dess huvudfunktion är "A Chrome extension to remove all cookies for the current site.".
Tilläggsskärmbilder
Ladda ner Remove Cookies For Site-förlängningens CRX-fil
Ladda ner Remove Cookies For Site-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
Click the broken cookie and all cookies for the current site will be deleted. Grundläggande Information om Tillägg
| Namn | |
| ID | lmfdblomdpkcniknaenceeogpgepocmm |
| Officiell webbadress | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
| Beskrivning | A Chrome extension to remove all cookies for the current site. |
| Filstorlek | 412 KB |
| Antal Installationer | 35,152 |
| Aktuell Version | 1.7 |
| Senast Uppdaterad | 2023-06-27 |
| Publiceringsdatum | 2016-06-04 |
| Betyg | 3.56/5 Totalt 180 Betyg |
| Utvecklare | nestor |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
| URL till Sekretesspolicy Sidan | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Remove Cookies For Site",
"version": "1.7",
"description": "A Chrome extension to remove all cookies for the current site.",
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "cookie_handler.js"
},
"icons": {
"48": "broken-cookie48.png",
"128": "broken-cookie128.png"
},
"action": {
"default_icon": {
"48": "broken-cookie48.png",
"128": "broken-cookie128.png"
}
}
} | |