Selective Cookie Remover

Remove cookies from selected domains

Selective Cookie Removerคืออะไร?

Selective Cookie Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย billy และคุณลักษณะหลักของมันคือ "Remove cookies from selected domains"

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

screenshot

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

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

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

                        Deletes cookies from a specified list of domains.

Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.

Source code available in the GitHub link below.

Please contact me with any bugs or feedback!

Version 1.11:
- Live count of cookies for each domain
- UI tweaks                    

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

ชื่อ Selective Cookie Remover Selective Cookie Remover
ID nagfacmodkbckhjiimdccehaabobmnnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh
คำอธิบาย Remove cookies from selected domains
ขนาดไฟล์ 96.54 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.11
อัปเดตครั้งล่าสุด 2015-04-09
วันที่เผยแพร่ 2015-04-09
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา billy
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/billyf/selective-cookie-remover
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selective Cookie Remover",
    "description": "Remove cookies from selected domains",
    "version": "1.11",
    "browser_action": {
        "default_icon": "img\/cookie128.png",
        "default_title": "Remove cookies from selected domains",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/cookie128.png",
        "48": "img\/cookie48.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}