Selective Cookie Remover

Remove cookies from selected domains

Selective Cookie Remover क्या है?

Selective Cookie Remover billy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove cookies from selected domains"।

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

screenshot

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

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

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

                        Deletes cookies from a specified list of domains.

Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.

Source code available in the GitHub link below.

Please contact me with any bugs or feedback!

Version 1.11:
- Live count of cookies for each domain
- UI tweaks                    

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

नाम Selective Cookie Remover Selective Cookie Remover
ID nagfacmodkbckhjiimdccehaabobmnnh
आधिकारिक URL https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh
विवरण Remove cookies from selected domains
फ़ाइल का आकार 96.54 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.11
अंतिम अपडेट 2015-04-09
प्रकाशन तिथि 2015-04-09
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर billy
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/billyf/selective-cookie-remover
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selective Cookie Remover",
    "description": "Remove cookies from selected domains",
    "version": "1.11",
    "browser_action": {
        "default_icon": "img\/cookie128.png",
        "default_title": "Remove cookies from selected domains",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/cookie128.png",
        "48": "img\/cookie48.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}