Easy Cookie Editor

Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.

Easy Cookie Editor क्या है?

Easy Cookie Editor Radovan Pelka (Rado) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search."।

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

screenshot
screenshot
screenshot

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

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

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

                        Easy Cookie Editor: A complete manager for cookies accumulated during browsing.
It allows you to view, edit, create, delete cookies and search them by domain names. Contextual Identities such as Private Browsing, First-Party Isolation, and SameSite flag are also supported.

Easy Cookie Editor is designed for developers, testers or people concerned about their privacy on the Internet.

---
Privacy Policy: https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md                    

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

नाम Easy Cookie Editor Easy Cookie Editor
ID lidhbccbajehjnpfjpnamoiemcnhhnki
आधिकारिक URL https://chromewebstore.google.com/detail/easy-cookie-editor/lidhbccbajehjnpfjpnamoiemcnhhnki
विवरण Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.
फ़ाइल का आकार 895 KB
स्थापना संख्या 3,469
वर्तमान संस्करण 2.2
अंतिम अपडेट 2020-03-18
प्रकाशन तिथि 2020-03-16
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर Radovan Pelka (Rado)
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/RadovanPelka/Easy-Cookie-Editor
सहायता पृष्ठ URL https://github.com/RadovanPelka/Easy-Cookie-Editor
गोपनीयता नीति पृष्ठ URL https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Cookie Editor",
    "short_name": "Easy Cookie Editor",
    "version": "2.2",
    "description": "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Easy Cookie Editor",
        "default_icon": {
            "16": "assets\/icon_16x16.png",
            "32": "assets\/icon_32x32.png",
            "48": "assets\/icon_48x48.png",
            "128": "assets\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "assets\/icon_16x16.png",
        "32": "assets\/icon_32x32.png",
        "48": "assets\/icon_48x48.png",
        "128": "assets\/icon_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        }
    }
}