Auto Reject Cookies
This Extensions tries to automaticly reject all non essential cookies and hide the banner.
什么是Auto Reject Cookies?
Auto Reject Cookies是由sheeperich开发的Chrome扩展程序,该扩展的主要功能是“This Extensions tries to automaticly reject all non essential cookies and hide the banner.”。
扩展截图
下载Auto Reject Cookies扩展crx文件
下载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.
扩展基本信息
名称 | Auto Reject Cookies |
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:\/\/*\/*" ] } ] } |