Cookie Editor

Easily view and edit cookies for any website via toolbar popup!

Cookie Editor क्या है?

Cookie Editor leocompson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily view and edit cookies for any website via toolbar popup!"।

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

screenshot
screenshot

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

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

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

                        Cookie Editor allows users to add, edit, or remove desired cookies on any website. 

The interface for this addon can be opened in toolbar popup, a new tab, or a stand-alone window. Simply right-click on the toolbar button to choose the desired context. 

Once the UI is open, you will see all the available cookies for the active tab. Within the cookie table, you can see, domain, name, value, and other properties for each cookie item. Edit an item by clicking on the - pencil icon - next to it (left side). Moreover, items can be removed by marking the checkbox and then clicking on the - Remove - button at the top. In the top toolbar, there is a plus button that can be used to add a new cookie item for the current URL (or tab). Next is the trash icon which is for deleting all cookie items. 

If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/cookie-editor.html).                    

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

नाम Cookie Editor Cookie Editor
ID hpggkibcoihnkijdjikppfkhbfepjohl
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-editor/hpggkibcoihnkijdjikppfkhbfepjohl
विवरण Easily view and edit cookies for any website via toolbar popup!
फ़ाइल का आकार 40.9 KB
स्थापना संख्या 4,534
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-04-11
प्रकाशन तिथि 2020-08-04
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर leocompson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/cookie-editor.html
सहायता पृष्ठ URL https://mybrowseraddon.com/cookie-editor.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Cookie Editor",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "cookies",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/cookie-editor.html",
    "description": "Easily view and edit cookies for any website via toolbar popup!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Cookie Editor",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}