Cookie Manager

Manage Active Cookies

Cookie Manager क्या है?

Cookie Manager https://www.xtensionizer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage Active Cookies"।

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

screenshot

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

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

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

                        Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information

We provide additional feature to delete all cookies when you close browser.

It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.

Please rate us and give us your feedback if you need any additional feature.                    

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

नाम Cookie Manager Cookie Manager
ID mfiipmpdfdpejeenmkcaojbbkajcfkgp
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp
विवरण Manage Active Cookies
फ़ाइल का आकार 196 KB
स्थापना संख्या 190
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-22
प्रकाशन तिथि 2019-09-10
डेवलपर https://www.xtensionizer.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://xtensionizer.in/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Manager",
    "short_name": "CookieMan",
    "version": "1.0",
    "description": "Manage Active Cookies",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "Cookie Manager",
        "default_popup": "html\/cookieManager.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}