CookieManager - Cookie Editor

Edit cookies related to the current page and all its CORS frames right from the popup interface

CookieManager - Cookie Editor क्या है?

CookieManager - Cookie Editor joue.quroi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit cookies related to the current page and all its CORS frames right from the popup interface"।

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

screenshot

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

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

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

                        This open-source extension presents a toolbar interface allowing users to observe and modify all cookies associated with the current page. Additionally, it conveniently displays cookies accessed by cross-origin (CORS) subframes on the same page, categorizing them based on their origins.

Users can directly edit various cookie properties from the interface and delete selected cookies.

Features:
1. Import and export cookies to and from JSON and TXT file
2. View all cookies related to the current tab, including sub-frames
3. Access the cookie editor in a separate tab for enhanced visibility
4. Use the "Search Cookies by Domain" context menu option via the action button
5. Use the "Open Cookie Editor in new Tab" context menu option via the action button
6. Export cookies in TXT format, compatible with Wget and Curl command-line tools

For bug reports, please visit:
https://github.com/joue-quroi/cookie-editor/                    

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

नाम CookieManager - Cookie Editor CookieManager - Cookie Editor
ID hdhngoamekjhmnpenphenpaiindoinpo
आधिकारिक URL https://chromewebstore.google.com/detail/cookiemanager-cookie-edit/hdhngoamekjhmnpenphenpaiindoinpo
विवरण Edit cookies related to the current page and all its CORS frames right from the popup interface
फ़ाइल का आकार 110 KB
स्थापना संख्या 45,795
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2018-11-01
रेटिंग 3.14/5 कुल 21 रेटिंग्स
डेवलपर joue.quroi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/cookie-editor.html
सहायता पृष्ठ URL https://webextension.org/listing/cookie-editor.html
समर्थित भाषाएँ de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "CookieManager - Cookie Editor",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/cookie-editor.html",
    "background": {
        "service_worker": "worker.js"
    }
}