Cookie AutoClear

Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.

Cookie AutoClear क्या है?

Cookie AutoClear sedgwickz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com."।

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

screenshot
screenshot

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

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

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

                        Cookie AutoClear can help you delete specific cookies as you need, which would track your personal privacy or inhibit your casual use, such as the websites which have a paywall. Cookie AutoClear won't  record any your information or data on any server, and all user data just exist on yourself browser.

Features:

- Automatically delete the cookies which website url on the setting page, and you can always change it by yourself all the time.

- Switch it on or off as you need any, just click the switch button on the extension popup menu.

- Never collect any information about yours. For more information you can visit: https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md

Usage:

Just Install it then it works, that's it. The default filter url in your setting dashboard is medium.com, after installing this extension, you can always read articles without any limit. You can always edit it for your requirement.

If you have any other problem, file an issue on GitHub. Maybe we can work it out.  

Project url: https://github.com/sedgwickz/cookieAutoClear                    

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

नाम Cookie AutoClear Cookie AutoClear
ID bdlecjncfafhlnehekghapanflfcbikk
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-autoclear/bdlecjncfafhlnehekghapanflfcbikk
विवरण Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.
फ़ाइल का आकार 16.13 KB
स्थापना संख्या 400
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-07-04
प्रकाशन तिथि 2020-07-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर sedgwickz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sedgwickz/cookieAutoClear
सहायता पृष्ठ URL https://github.com/sedgwickz/cookieAutoClear/issues
गोपनीयता नीति पृष्ठ URL https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie AutoClear",
    "version": "0.1",
    "description": "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webNavigation",
        "cookies",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-default16.png",
            "32": "images\/icon-default32.png",
            "48": "images\/icon-default48.png",
            "128": "images\/icon-default128.png"
        }
    },
    "icons": {
        "16": "images\/icon-default16.png",
        "32": "images\/icon-default32.png",
        "48": "images\/icon-default48.png",
        "128": "images\/icon-default128.png"
    }
}