Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Co to jest Cookie-Cleaner?
Cookie-Cleaner to rozszerzenie Chrome opracowane przez jmatj.dev, a jego główną funkcją jest „Chrome extension to clean cookies from the current tab in one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cookie-Cleaner
Pobierz pliki rozszerzeń Cookie-Cleaner 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
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Podstawowe informacje o rozszerzeniu
Nazwa | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
Oficjalny URL | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Opis | Chrome extension to clean cookies from the current tab in one click. |
Rozmiar pliku | 15.15 KB |
Liczba instalacji | 1,614 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-06-03 |
Data Publikacji | 2016-06-03 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | jmatj.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jmatj/cookie-cleaner |
Adres URL Strony Pomocy | https://github.com/jmatj/cookie-cleaner |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |