Cookie Tool

Modify the domain name scope of all cookies with one click

Cookie Toolคืออะไร?

Cookie Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cjhsources และคุณลักษณะหลักของมันคือ "Modify the domain name scope of all cookies with one click"

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

screenshot
screenshot
screenshot

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

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

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

                        Modify the domain name scope of all cookies with one click; eg:   www.google.com ->  .google.com                    

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

ชื่อ Cookie Tool Cookie Tool
ID cmcibloenecepmjigcfaehanbcpkcajb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb
คำอธิบาย Modify the domain name scope of all cookies with one click
ขนาดไฟล์ 79.23 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-08-27
วันที่เผยแพร่ 2019-08-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cjhsources
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Tool",
    "version": "0.0.2",
    "description": "Modify the domain name scope of all cookies with one click",
    "author": "cjh",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}