Easy Cookie Editor
Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.
Easy Cookie Editorคืออะไร?
Easy Cookie Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Radovan Pelka (Rado) และคุณลักษณะหลักของมันคือ "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Cookie Editor
ดาวน์โหลดไฟล์ส่วนขยาย Easy Cookie Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy Cookie Editor: A complete manager for cookies accumulated during browsing. It allows you to view, edit, create, delete cookies and search them by domain names. Contextual Identities such as Private Browsing, First-Party Isolation, and SameSite flag are also supported. Easy Cookie Editor is designed for developers, testers or people concerned about their privacy on the Internet. --- Privacy Policy: https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Cookie Editor |
ID | lidhbccbajehjnpfjpnamoiemcnhhnki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-cookie-editor/lidhbccbajehjnpfjpnamoiemcnhhnki |
คำอธิบาย | Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search. |
ขนาดไฟล์ | 895 KB |
จำนวนการติดตั้ง | 3,469 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2020-03-18 |
วันที่เผยแพร่ | 2020-03-16 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Radovan Pelka (Rado) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/RadovanPelka/Easy-Cookie-Editor |
URL หน้าช่วยเหลือ | https://github.com/RadovanPelka/Easy-Cookie-Editor |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Cookie Editor", "short_name": "Easy Cookie Editor", "version": "2.2", "description": "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "cookies", "activeTab" ], "browser_action": { "default_popup": "popup\/index.html", "default_title": "Easy Cookie Editor", "default_icon": { "16": "assets\/icon_16x16.png", "32": "assets\/icon_32x32.png", "48": "assets\/icon_48x48.png", "128": "assets\/icon_128x128.png" } }, "icons": { "16": "assets\/icon_16x16.png", "32": "assets\/icon_32x32.png", "48": "assets\/icon_48x48.png", "128": "assets\/icon_128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" } } } } |