Easy Cookie Editor
Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.
Easy Cookie Editor là gì?
Easy Cookie Editor là một tiện ích mở rộng Chrome được phát triển bởi Radovan Pelka (Rado), và tính năng chính của nó là "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy Cookie Editor
Tải xuống các tệp mở rộng Easy Cookie Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Cookie Editor |
ID | lidhbccbajehjnpfjpnamoiemcnhhnki |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-cookie-editor/lidhbccbajehjnpfjpnamoiemcnhhnki |
Mô tả | Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search. |
Kích Thước Tệp | 895 KB |
Số Lần Cài Đặt | 3,469 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2020-03-18 |
Ngày Phát Hành | 2020-03-16 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Radovan Pelka (Rado) |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RadovanPelka/Easy-Cookie-Editor |
URL Trang Trợ Giúp | https://github.com/RadovanPelka/Easy-Cookie-Editor |
URL Trang Chính Sách Bảo Mật | https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |