Cookie-Editor

Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.

Cookie-Editor क्या है?

Cookie-Editor https://cookie-editor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Cookie-Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Cookie-Editor is designed to have a simple to use interface that let you do most standard cookie operations. It is ideal for developing and testing web pages or even manual management of cookies for your privacy.

Be careful! Do not share your cookies with anyone you do not trust! Cookies can contain very sensitive information like your login information. If you share your cookies with someone, they could gain full access to your account and compromise it.

Feature list:
- List all cookies for the current tab.
- Search your cookies.
- Create, edit and delete your cookies.
- Import and export your cookies in many formats (JSON, Netscape, Header string)
- Quickly delete all cookies for the current tab.
- Customizable: chose what extra data to see, what theme to use (light or dark), the amount of detail to see (advanced mode).

Cookie-Editor can help you:
- Develop web pages.
- Improve your SEO work.
- Manage your cookies for privacy.
- Improve your browsing experience.

Cookie-Editor believes in privacy. Your Cookies are safe and all of your data remains offline.

For all feature requests or bug report, please visit the GitHub repository and fill an issue https://github.com/Moustachauve/cookie-editor                    

एक्सटेंशन की मूल जानकारी

नाम Cookie-Editor Cookie-Editor
ID hlkenndednhfkekhgcdicdfddnkalmdm
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm
विवरण Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.
फ़ाइल का आकार 290 KB
स्थापना संख्या 1,653,169
वर्तमान संस्करण 1.13.0
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2019-08-15
रेटिंग 4.44/5 कुल 265 रेटिंग्स
डेवलपर https://cookie-editor.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cookie-editor.com/
सहायता पृष्ठ URL https://github.com/Moustachauve/cookie-editor/issues
गोपनीयता नीति पृष्ठ URL https://cookie-editor.cgagnier.ca/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie-Editor",
    "version": "1.13.0",
    "author": "Moustachauve",
    "description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
    "offline_enabled": true,
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": "cookie-editor.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/cookie-16-filled.png",
            "19": "icons\/cookie-19-filled.png",
            "32": "icons\/cookie-32-filled.png",
            "48": "icons\/cookie-48-filled.png"
        },
        "default_title": "Cookie-Editor",
        "default_popup": "interface\/popup\/cookie-list.html"
    },
    "side_panel": {
        "default_path": "interface\/sidepanel\/cookie-list.html"
    },
    "devtools_page": "interface\/devtools\/devtool.html",
    "options_ui": {
        "page": "interface\/options\/options.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "sidePanel"
    ],
    "optional_host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/cookie-16-filled.png",
        "19": "icons\/cookie-19-filled.png",
        "32": "icons\/cookie-32-filled.png",
        "48": "icons\/cookie-48-filled.png",
        "128": "icons\/cookie-128-filled.png"
    },
    "incognito": "split"
}