History Cleaner

Plugin to clear browsing data of Chrome

History Cleanerคืออะไร?

History Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย responsivewebdev และคุณลักษณะหลักของมันคือ "Plugin to clear browsing data of Chrome"

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

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

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

                        This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data"   and most importantly "history". This will be  useful to developers as well normal users.                    

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

ชื่อ History Cleaner History Cleaner
ID bpapaaeaaoiejhimlojglikfdidcelcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm
คำอธิบาย Plugin to clear browsing data of Chrome
ขนาดไฟล์ 20.66 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-11-30
วันที่เผยแพร่ 2015-11-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา responsivewebdev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Cleaner",
    "version": "1.2",
    "description": "Plugin to clear browsing data of Chrome",
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "cleardata.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}