Cookie Remover
Removes cookies for the current site
Что такое Cookie Remover?
Cookie Remover - это расширение Chrome, разработанное Adam, и его основная функция - "Removes cookies for the current site".
Снимки экрана расширения
Скачать файл CRX расширения Cookie Remover
Скачайте файлы расширений Cookie Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
Основная информация о расширении
Название | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
Официальный URL | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
Описание | Removes cookies for the current site |
Размер файла | 87.72 KB |
Количество установок | 83,261 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2019-08-10 |
Дата публикации | 2019-08-09 |
Рейтинг | 4.46/5 Всего 79 оценок |
Разработчик | Adam |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |