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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cookie and Local Storage Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}