Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Cookie-Cleanerคืออะไร?
Cookie-Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jmatj.dev และคุณลักษณะหลักของมันคือ "Chrome extension to clean cookies from the current tab in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie-Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Cookie-Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
คำอธิบาย | Chrome extension to clean cookies from the current tab in one click. |
ขนาดไฟล์ | 15.15 KB |
จำนวนการติดตั้ง | 1,614 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-06-03 |
วันที่เผยแพร่ | 2016-06-03 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | jmatj.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jmatj/cookie-cleaner |
URL หน้าช่วยเหลือ | https://github.com/jmatj/cookie-cleaner |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |