Selective Cookie Remover
Remove cookies from selected domains
Что такое Selective Cookie Remover?
Selective Cookie Remover - это расширение Chrome, разработанное billy, и его основная функция - "Remove cookies from selected domains".
Снимки экрана расширения
Скачать файл CRX расширения Selective Cookie Remover
Скачайте файлы расширений Selective Cookie Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | nagfacmodkbckhjiimdccehaabobmnnh |
| Официальный URL | https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh |
| Описание | Remove cookies from selected domains |
| Размер файла | 96.54 KB |
| Количество установок | 1,000 |
| Текущая Версия | 1.11 |
| Последнее Обновление | 2015-04-09 |
| Дата публикации | 2015-04-09 |
| Рейтинг | 4.25/5 Всего 4 оценок |
| Разработчик | billy |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/billyf/selective-cookie-remover |
| Поддерживаемые языки | 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"
]
} | |