Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
什麼是Cookie Monster?
Cookie Monster是由Effectly開發的Chrome擴展程式,該擴展的主要功能是“Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.”。
擴展截圖
下載Cookie Monster擴展crx文件
下載Cookie Monster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can clear cookies by right-clicking on the extension icon and choosing "Clear cookies for www.yoursite.com", or by using the context menu by clicking anywhere on a web page. 擴展基本資訊
| 名稱 | |
| ID | jfkoalecneiebaipoefmcifnmdgfmfna |
| 官方網址 | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
| 簡介 | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
| 檔案大小 | 16.03 KB |
| 安裝次數 | 136 |
| 目前版本 | 1.1.2 |
| 更新時間 | 2023-03-13 |
| 上架時間 | 2021-11-17 |
| 開發者 | Effectly |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookie Monster",
"version": "1.1.2",
"description": "Cookie Monster lets you easily clear cookies or local\/session storage for the currently open website via a couple of clicks.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*:\/\/*\/*",
"cookies",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
} | |