Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
Remove Cookies For Siteคืออะไร?
Remove Cookies For Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nestor และคุณลักษณะหลักของมันคือ "A Chrome extension to remove all cookies for the current site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Cookies For Site
ดาวน์โหลดไฟล์ส่วนขยาย Remove Cookies For Site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click the broken cookie and all cookies for the current site will be deleted.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove Cookies For Site |
ID | lmfdblomdpkcniknaenceeogpgepocmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
คำอธิบาย | A Chrome extension to remove all cookies for the current site. |
ขนาดไฟล์ | 412 KB |
จำนวนการติดตั้ง | 35,152 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2023-06-27 |
วันที่เผยแพร่ | 2016-06-04 |
คะแนน | 3.56/5 รวมทั้งหมด 180 คะแนน |
ผู้พัฒนา | nestor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
URL หน้านโยบายความเป็นส่วนตัว | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Cookies For Site", "version": "1.7", "description": "A Chrome extension to remove all cookies for the current site.", "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "cookie_handler.js" }, "icons": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" }, "action": { "default_icon": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" } } } |