Cookie Deleter

Simple cookie remover for current tab (with optional page refreshing)

Cookie Deleterคืออะไร?

Cookie Deleter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tuhnik และคุณลักษณะหลักของมันคือ "Simple cookie remover for current tab (with optional page refreshing)"

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

screenshot

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

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

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

                        Cookie Deleter also deletes local storage and session storage. Lightweight code with no dependencies.
Version 0.1.3 adds an updated icon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cookie Deleter Cookie Deleter
ID flmicjkngcbhiioifamhhhpgjaeegkaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cookie-deleter/flmicjkngcbhiioifamhhhpgjaeegkaa
คำอธิบาย Simple cookie remover for current tab (with optional page refreshing)
ขนาดไฟล์ 7.23 KB
จำนวนการติดตั้ง 811
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2017-10-04
วันที่เผยแพร่ 2017-10-04
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Tuhnik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_small.png",
        "default_title": "Delete cookies for current tab"
    },
    "description": "Simple cookie remover for current tab (with optional page refreshing)",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnD4Dt6VRLhSGs95cBglWkqcxKToBIt14BipmgI8Aqj6Skn5pHSTuXgd9eJZc\/fEAS6hzpVNeKYe5gsAs0XEq9zdDmLknl2ApY\/qB\/4D9mm0ukzQhH+2K5SRPZCT2Bv\/PyrHP1DxTII4Cu3h7CwuHyWemxjEJgG9g3Kbt3O0+HxrU\/JG8jn215WJFJqHmF9KYEfOqwTN\/27HTm8oDprbLToOqG0VWQvB38qzDDO5MLFvTfU6ReLY2riw5rivc8j3noWTSsLGPsWisF0NvHr\/3IKVW3y2lMAWPLiHJYTr+Y7nJG1f7JfiLPK0dOVcKDeLBLiSjidI5yo7VZi8J4xD0TQIDAQAB",
    "manifest_version": 2,
    "name": "Cookie Deleter",
    "permissions": [
        "contextMenus",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3"
}