Selective Cookie Remover
Remove cookies from selected domains
Co to jest Selective Cookie Remover?
Selective Cookie Remover to rozszerzenie Chrome opracowane przez billy, a jego główną funkcją jest „Remove cookies from selected domains”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Selective Cookie Remover
Pobierz pliki rozszerzeń Selective Cookie Remover 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
Deletes cookies from a specified list of domains.
Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.
Source code available in the GitHub link below.
Please contact me with any bugs or feedback!
Version 1.11:
- Live count of cookies for each domain
- UI tweaks Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nagfacmodkbckhjiimdccehaabobmnnh |
| Oficjalny URL | https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh |
| Opis | Remove cookies from selected domains |
| Rozmiar pliku | 96.54 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.11 |
| Ostatnia Aktualizacja | 2015-04-09 |
| Data Publikacji | 2015-04-09 |
| Ocena | 4.25/5 Łącznie 4 Oceny |
| Deweloper | billy |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/billyf/selective-cookie-remover |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Selective Cookie Remover",
"description": "Remove cookies from selected domains",
"version": "1.11",
"browser_action": {
"default_icon": "img\/cookie128.png",
"default_title": "Remove cookies from selected domains",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/cookie128.png",
"48": "img\/cookie48.png"
},
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |