Auto Reject Cookies
This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Что такое Auto Reject Cookies?
Auto Reject Cookies - это расширение Chrome, разработанное sheeperich, и его основная функция - "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".
Снимки экрана расширения
Скачать файл CRX расширения Auto Reject Cookies
Скачайте файлы расширений Auto Reject Cookies в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Diese Erweiterung lehnt automatisch alle Cookies ab auf Seiten, die ihr bekannten Cookie Banner Lösungen einsetzen.
Aktuell werden erkannt: oneTrust, CookieBot und usercentrics.
Weitere Cookie Lösungen werden in naher Zukunft folgen. Основная информация о расширении
| Название | |
| ID | eklkobgmiebaomfcgboabmlfgmdikaem |
| Официальный URL | https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem |
| Описание | This Extensions tries to automaticly reject all non essential cookies and hide the banner. |
| Размер файла | 4.2 KB |
| Количество установок | 757 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2020-11-23 |
| Дата публикации | 2020-11-23 |
| Рейтинг | 2.33/5 Всего 3 оценок |
| Разработчик | sheeperich |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | de |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Reject Cookies",
"version": "0.1",
"description": "This Extensions tries to automaticly reject all non essential cookies and hide the banner.",
"web_accessible_resources": [
"block.js"
],
"manifest_version": 2,
"page_action": {
"default_icon": {
"16": "deliver.png",
"32": "deliver.png",
"48": "deliver.png",
"128": "deliver.png"
}
},
"content_scripts": [
{
"js": [
"contentscript.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |