Disable cookies - auto disable popup cookies
This extension click for you on "Just functional cookies" button
什么是Disable cookies - auto disable popup cookies?
Disable cookies - auto disable popup cookies是由Hugo Levet开发的Chrome扩展程序,该扩展的主要功能是“This extension click for you on "Just functional cookies" button”。
扩展截图
下载Disable cookies - auto disable popup cookies扩展crx文件
下载Disable cookies - auto disable popup cookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you arrive on a website you should uncheck cookies approbation. It's very boring and it takes time. This extension do the dirty work for you: - It clicks on uncheck button - It removes cookies information's popup
扩展基本信息
名称 | Disable cookies - auto disable popup cookies |
ID | icifceekaomdahfoiipifbhbkgbnmicj |
官方URL | https://chromewebstore.google.com/detail/disable-cookies-auto-disa/icifceekaomdahfoiipifbhbkgbnmicj |
简介 | This extension click for you on "Just functional cookies" button |
文件大小 | 17.6 KB |
安装次数 | 666 |
当前版本 | 2.3.0 |
更新时间 | 2021-09-29 |
上架时间 | 2021-04-14 |
评分 | 3.00/5 共4次评分 |
开发者 | Hugo Levet |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://hugolevet.fr/p/disable-cookies-privacy.html |
支持的语言 | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.3.0", "name": "__MSG_extensionFullTitle__", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "128.png" }, "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_title": "__MSG_extensionFullTitle__", "default_popup": "index.html" }, "permissions": [ "storage" ] } |