Astea Clear Cache

Clear your cache and browsing data.

Astea Clear Cacheคืออะไร?

Astea Clear Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yossi Buzaglo และคุณลักษณะหลักของมันคือ "Clear your cache and browsing data."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Astea Clear Cache

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

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

                        Clear your cache and browsing data.
On notification window, you can reload page.                    

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

ชื่อ Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
คำอธิบาย Clear your cache and browsing data.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 195
เวอร์ชันปัจจุบัน 1.0.1.0
อัปเดตครั้งล่าสุด 2018-10-22
วันที่เผยแพร่ 2018-10-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Yossi Buzaglo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}