Check my cookies
This extension helps you to control wich cookies webpages saves of you.
什么是Check my cookies?
Check my cookies是由https://oneit.se开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you to control wich cookies webpages saves of you.”。
扩展截图
下载Check my cookies扩展crx文件
下载Check my cookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple cookie checker. You can easily check and inspect the cookies each domain has saved for you. It's a great way to see how websites tracks you and keep information about you. You can also delete cookies you don't want the website to keep.
扩展基本信息
名称 | Check my cookies |
ID | idmefaajmbkeajdiafefcleiaihkahnm |
官方URL | https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm |
简介 | This extension helps you to control wich cookies webpages saves of you. |
文件大小 | 56.29 KB |
安装次数 | 11,445 |
当前版本 | 1.0.3 |
更新时间 | 2014-09-04 |
上架时间 | 2014-09-04 |
评分 | 4.13/5 共8次评分 |
开发者 | https://oneit.se |
付费类型 | free |
扩展官网 | http://oneit.se |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my cookies", "description": "This extension helps you to control wich cookies webpages saves of you.", "version": "1.0.3", "offline_enabled": true, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |