Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
Co to jest Remove Cookies For Site?
Remove Cookies For Site to rozszerzenie Chrome opracowane przez nestor, a jego główną funkcją jest „A Chrome extension to remove all cookies for the current site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remove Cookies For Site
Pobierz pliki rozszerzeń Remove Cookies For Site w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Click the broken cookie and all cookies for the current site will be deleted.
Podstawowe informacje o rozszerzeniu
Nazwa | Remove Cookies For Site |
ID | lmfdblomdpkcniknaenceeogpgepocmm |
Oficjalny URL | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
Opis | A Chrome extension to remove all cookies for the current site. |
Rozmiar pliku | 412 KB |
Liczba instalacji | 35,152 |
Aktualna Wersja | 1.7 |
Ostatnia Aktualizacja | 2023-06-27 |
Data Publikacji | 2016-06-04 |
Ocena | 3.56/5 Łącznie 180 Oceny |
Deweloper | nestor |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
Adres URL Strony Polityki Prywatności | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
Obsługiwane Języki | 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" } } } |