Coloe Cookie Crusher

This extension clears all cookies in your browser and refreshes the current page.

Coloe Cookie Crusherคืออะไร?

Coloe Cookie Crusher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fat Cattitude, LLC และคุณลักษณะหลักของมันคือ "This extension clears all cookies in your browser and refreshes the current page."

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

screenshot

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

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

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

                        Clear a website's cookies and refresh the page all in one click!                    

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

ชื่อ Coloe Cookie Crusher Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh
คำอธิบาย This extension clears all cookies in your browser and refreshes the current page.
ขนาดไฟล์ 30.35 KB
จำนวนการติดตั้ง 286
เวอร์ชันปัจจุบัน 0.0.0.6
อัปเดตครั้งล่าสุด 2023-07-30
วันที่เผยแพร่ 2018-08-14
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Fat Cattitude, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coloe Cookie Crusher",
    "description": "This extension clears all cookies in your browser and refreshes the current page.",
    "version": "0.0.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    }
}