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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Effectly และคุณลักษณะหลักของมันคือ "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Monster
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
URL อย่างเป็นทางการ | 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" } } } |