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. 擴展基本資訊
| 名稱 | |
| ID | idmefaajmbkeajdiafefcleiaihkahnm |
| 官方網址 | 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'"
} | |