Tab Cookie Remover

Remove all cookies for the active tab with just one click.

Tab Cookie Remover क्या है?

Tab Cookie Remover Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all cookies for the active tab with just one click."।

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

screenshot

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

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

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

                        Tab Cookie Remover is an extension that let you easily remove cookies for the current (active) tab.

Simply click on the toolbar button to remove all cookies. Please note that, if the active tab has a "duplicate", the addon will not remove cookies for it. Please first remove the duplicate tab, and then press on the toolbar button again.

Once Tab Cookie Remover addon is starting to remove cookies, the toolbar icon will flash continuously until the removing process is completed. A notification popup will show you the end of the removing process.

In order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/tab-cookie-remover.html).                    

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

नाम Tab Cookie Remover Tab Cookie Remover
ID kdgcemcnbloklddniceknpobimmglbjm
आधिकारिक URL https://chromewebstore.google.com/detail/tab-cookie-remover/kdgcemcnbloklddniceknpobimmglbjm
विवरण Remove all cookies for the active tab with just one click.
फ़ाइल का आकार 48.78 KB
स्थापना संख्या 986
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2018-01-30
प्रकाशन तिथि 2018-01-30
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Yubi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mybrowseraddon.com/tab-cookie-remover.html
सहायता पृष्ठ URL http://mybrowseraddon.com/tab-cookie-remover.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "Tab Cookie Remover",
    "short_name": "tabcookiermvr",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/tab-cookie-remover.html",
    "description": "Remove all cookies for the active tab with just one click.",
    "permissions": [
        "tabs",
        "storage",
        "",
        "cookies",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Tab Cookie Remover",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}