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 |
| 公式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'"
} | |