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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}