Remove Current Tab Cookies

Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.

Remove Current Tab Cookies क्या है?

Remove Current Tab Cookies Konstantin Glukhov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions."।

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

screenshot
screenshot
screenshot

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

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

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

                        Facilitates the streamlined removal of cookies exclusively within the current browser tab, offering whitelist functionality with support for regular expressions to provide enhanced control.                    

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

नाम Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
आधिकारिक URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
विवरण Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
फ़ाइल का आकार 67.3 KB
स्थापना संख्या 90
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-12-13
प्रकाशन तिथि 2021-11-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Konstantin Glukhov
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Current Tab Cookies",
    "description": "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.",
    "version": "1.6",
    "author": "Konstantin Glukhov",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Remove Current Tab Cookies"
    },
    "icons": {
        "16": "Cookie-16.png",
        "48": "Cookie-48.png",
        "128": "Cookie-128.png"
    }
}