Toggle 3rd Party Cookies
Toggle the setting 'Block 3rd Party Cookies'
什么是Toggle 3rd Party Cookies?
Toggle 3rd Party Cookies是由https://nmicontact.de开发的Chrome扩展程序,该扩展的主要功能是“Toggle the setting 'Block 3rd Party Cookies'”。
扩展截图
下载Toggle 3rd Party Cookies扩展crx文件
下载Toggle 3rd Party Cookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension provides a toolbar button to toggle the Chrome setting "Block 3rd Party Cookies". You can quickly deny or allow the web sites to set 3rd party cookies. Users can allow 3rd party cookies on certain web sites, which do not work without them, but otherwise block the cookies. Source Code on GitHub https://github.com/AndiJo80/toggle_3rd_party_cookies
扩展基本信息
名称 | Toggle 3rd Party Cookies |
ID | mjbgdmomkobioanhiklchdefppagojma |
官方URL | https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma |
简介 | Toggle the setting 'Block 3rd Party Cookies' |
文件大小 | 35.29 KB |
安装次数 | 49 |
当前版本 | 1.0 |
更新时间 | 2022-10-19 |
上架时间 | 2022-10-19 |
开发者 | https://nmicontact.de |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.nmicontact.de/privacypolicy |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "permissions": [ "privacy" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_actionTitle__" }, "icons": { "16": "images\/cookie16.png", "32": "images\/cookie32.png", "48": "images\/cookie48.png", "128": "images\/cookie128.png" }, "manifest_version": 3 } |