Cookie Remover

Removes cookies for the current site

Cookie Remover क्या है?

Cookie Remover Adam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes cookies for the current site"।

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

screenshot
screenshot

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

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

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

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

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

नाम Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
विवरण Removes cookies for the current site
फ़ाइल का आकार 87.72 KB
स्थापना संख्या 83,261
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2019-08-10
प्रकाशन तिथि 2019-08-09
रेटिंग 4.46/5 कुल 79 रेटिंग्स
डेवलपर Adam
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}