History Clear

Minimal extension that clears browsing history on startup.

History Clearคืออะไร?

History Clear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jari Jokinen และคุณลักษณะหลักของมันคือ "Minimal extension that clears browsing history on startup."

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

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

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

                        This extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies).                    

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

ชื่อ History Clear History Clear
ID dcfcnhliklpabjiadgjpdmjjffdolcip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip
คำอธิบาย Minimal extension that clears browsing history on startup.
ขนาดไฟล์ 3.12 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-12-14
วันที่เผยแพร่ 2015-12-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jari Jokinen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Clear",
    "description": "Minimal extension that clears browsing history on startup.",
    "version": "1.0.0",
    "browser_action": [],
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}