Offline Cleaner

This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.

Offline Cleanerคืออะไร?

Offline Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashier de Leon และคุณลักษณะหลักของมันคือ "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL."

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

screenshot

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

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

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

                        This extension will clear out AppCache, LocalStorage, IndexedDB, ServiceWorkers and WebSQL.                    

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

ชื่อ Offline Cleaner Offline Cleaner
ID hjfgpfoninbdlfkhlimmjljgelgiljba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/offline-cleaner/hjfgpfoninbdlfkhlimmjljgelgiljba
คำอธิบาย This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.
ขนาดไฟล์ 43.94 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-09-30
วันที่เผยแพร่ 2016-09-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ashier de Leon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Offline Cleaner",
    "short_name": "OfflineCleaner",
    "description": "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.",
    "version": "1.4",
    "browser_action": {
        "default_title": "Cleanup AppCache",
        "default_icon": "icons\/icon_128.png",
        "default_popup": "clean.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "browsingData",
        "tabs"
    ]
}