Coloe Cookie Crusher
This extension clears all cookies in your browser and refreshes the current page.
Что такое Coloe Cookie Crusher?
Coloe Cookie Crusher - это расширение Chrome, разработанное Fat Cattitude, LLC, и его основная функция - "This extension clears all cookies in your browser and refreshes the current page.".
Снимки экрана расширения
Скачать файл CRX расширения Coloe Cookie Crusher
Скачайте файлы расширений Coloe Cookie Crusher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Clear a website's cookies and refresh the page all in one click! Основная информация о расширении
| Название | |
| ID | mjmcjndganfnecmceegfkjmhnlngfohh |
| Официальный URL | https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh |
| Описание | This extension clears all cookies in your browser and refreshes the current page. |
| Размер файла | 30.35 KB |
| Количество установок | 286 |
| Текущая Версия | 0.0.0.6 |
| Последнее Обновление | 2023-07-30 |
| Дата публикации | 2018-08-14 |
| Рейтинг | 5.00/5 Всего 6 оценок |
| Разработчик | Fat Cattitude, LLC |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Coloe Cookie Crusher",
"description": "This extension clears all cookies in your browser and refreshes the current page.",
"version": "0.0.0.6",
"incognito": "split",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"page": "background.html"
}
} | |