Cookie Remover
Removes cookies for the current site
Cookie Removerคืออะไร?
Cookie Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam และคุณลักษณะหลักของมันคือ "Removes cookies for the current site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Remover
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
คำอธิบาย | Removes cookies for the current site |
ขนาดไฟล์ | 87.72 KB |
จำนวนการติดตั้ง | 83,261 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-08-10 |
วันที่เผยแพร่ | 2019-08-09 |
คะแนน | 4.46/5 รวมทั้งหมด 79 คะแนน |
ผู้พัฒนา | Adam |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |