Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
Remove Cookie!คืออะไร?
Remove Cookie! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alenbi.2013.105 และคุณลักษณะหลักของมันคือ "Removes cookies set by the site, including cookies with paths and domains"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Cookie!
ดาวน์โหลดไฟล์ส่วนขยาย Remove Cookie! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
คำอธิบาย | Removes cookies set by the site, including cookies with paths and domains |
ขนาดไฟล์ | 25.75 KB |
จำนวนการติดตั้ง | 16,543 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2013-12-18 |
วันที่เผยแพร่ | 2013-12-18 |
คะแนน | 2.88/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | alenbi.2013.105 |
ประเภทการชำระเงิน | 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 Cookie!" }, "name": "Remove Cookie!", "description": "Removes cookies set by the site, including cookies with paths and domains", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |