Awesome Cookie Manager
Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.
Co to jest Awesome Cookie Manager?
Awesome Cookie Manager to rozszerzenie Chrome opracowane przez https://upway2late.com, a jego główną funkcją jest „Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Awesome Cookie Manager
Pobierz pliki rozszerzeń Awesome Cookie Manager 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
The Awesome Cookie Manager lets the user manage cookies in Google Chrome. Supported Functionality: (1) Search for cookies. (2) View cookie properties. (3) Edit cookie properties (value and expiration date). (4) Delete cookies. (5) Save cookies, restore them later. (6) Various settings are optional. Version 1.0.0.1 Notes Thanks to Procyon-b for the following fixes: * incognito mode cookies * cookie with no name now editable * support for range selection * domain name max-length css only * cookie name max-length css only * save/restore list sorting fixed * filters input fields: only letters are taken into account * background page settings were not updated (restart was needed) * hide error message when a specific cookie restore is refused ("non-secure" cookie * * restored over a "secure" cookie) Also fixed: * issue where cookie expiration date was NaNs
Podstawowe informacje o rozszerzeniu
Nazwa | Awesome Cookie Manager |
ID | hcpidejphgpcgfnpiehkcckkkemgneif |
Oficjalny URL | https://chromewebstore.google.com/detail/awesome-cookie-manager/hcpidejphgpcgfnpiehkcckkkemgneif |
Opis | Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies. |
Rozmiar pliku | 84.24 KB |
Liczba instalacji | 38,460 |
Aktualna Wersja | 1.0.1.5 |
Ostatnia Aktualizacja | 2021-01-19 |
Data Publikacji | 2019-01-25 |
Ocena | 4.06/5 Łącznie 124 Oceny |
Deweloper | https://upway2late.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.upway2late.com/projects/awesome-cookie-manager |
Adres URL Strony Pomocy | http://www.upway2late.com/projects/awesome-cookie-manager |
Adres URL Strony Polityki Prywatności | http://www.upway2late.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Cookie Manager", "version": "1.0.1.5", "description": "Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_19.png", "default_title": "Awesome Cookie Manager", "default_popup": "popup.html" }, "permissions": [ "cookies", "*:\/\/*\/", "unlimitedStorage" ], "minimum_chrome_version": "11.0.674.0", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |