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 هو إضافة Chrome تم تطويرها بواسطة Konstantin Glukhov، والميزة الرئيسية لها هي "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Remove Current Tab Cookies

قم بتنزيل ملفات الامتداد Remove Current Tab Cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}