Tab Cookie Remover

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

Tab Cookie Removerคืออะไร?

Tab Cookie Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Remove all cookies for the active tab with just one click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Cookie Remover

ดาวน์โหลดไฟล์ส่วนขยาย Tab Cookie Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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

ส่วนขยายที่เกี่ยวข้อง