Cookie and Local Storage Manager

View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)

Cookie and Local Storage Manager란 무엇입니까?

Cookie and Local Storage Manager은(는) https://myfreshtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cookie and Local Storage Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cookie and Local Storage Manager (Formerly Cookie Viewer) chrome extension is a powerful tool that allows users to manage cookies and local storage data within the Chrome browser. It provides a user-friendly interface to view, edit, and delete cookies and local storage entries on the current tab, helping users maintain their privacy and manage website data efficiently.

👉 KEY FEATURES
◼Cookie Management:
   Easily view all cookies stored by a website.
   Search for specific cookies or filter by name.
   Edit, delete cookies as needed.
   Live update of cookies when it changes

◼  Local Storage Management:
   View and manage local storage data for websites.
   Edit or delete local storage entries.
   Copy local storage
   Search for specific storage or filter by name.
    Live update of storage when it changes
 
◼Privacy Controls:
   Clear all cookies or local storage data which are not needed.

◼User Interface:
   Intuitive interface for easy navigation.

◼Performance:
   Lightweight and fast, without compromising on functionality.
   Regular updates to ensure compatibility with the latest Chrome versions.

👉 USE CASES

◼Privacy-Conscious Users:
   Easily manage and delete cookies and local storage data to maintain privacy. 

◼Web Developers:
   Efficiently manage cookies and local storage data for testing and debugging purposes.

◼Businesses:
   Securely manage cookies and local storage data for compliance with privacy regulations.
   Customize cookie settings to meet specific business requirements.

Cookie and Local Storage Manager Chrome Extension is a valuable tool for anyone looking to manage cookies and local storage data in the Chrome browser. With its user-friendly interface, powerful features, and focus on privacy and security, it's an essential addition for privacy-conscious users, web developers, and businesses alike.


👉 What's in FREE?
- You can Search, View and Copy both cookie and local storage values!

👉 Whats in PRO?
- You can Search, View, Copy, Edit and Delete both cookie and local storage values!


Log
28-Feb-2023- More info will be shown in the cookie section
23-Feb-2023 - Search Functionality added
19-Feb-2023 - Added local storage manager
17-Feb-2023 - Minor bug fixes                    

확장 프로그램 기본 정보

이름 Cookie and Local Storage Manager Cookie and Local Storage Manager
ID gjjkbcjmehijifhmdpcmihcjfehpaejc
공식 URL https://chromewebstore.google.com/detail/cookie-and-local-storage/gjjkbcjmehijifhmdpcmihcjfehpaejc
설명 View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)
파일 크기 667 KB
설치 횟수 8,062
현재 버전 3.4
최근 업데이트 2024-02-29
출시 날짜 2023-04-24
평점 3.25/5 총 4 개의 평점
개발자 https://myfreshtools.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://amarindaz.gumroad.com/l/qudna
개인정보 보호 정책 페이지 URL https://www.myfreshtools.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie and Local Storage Manager",
    "description": "View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)",
    "version": "3.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Cookie and Local storage manager"
    },
    "icons": {
        "16": "icons\/16-cookie.png",
        "32": "icons\/32-cookie.png",
        "48": "icons\/48-cookie.png",
        "128": "icons\/128-cookie.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}