History Wiper

Stop Chrome from recording your browsing history when you are browsing specific websites.

History Wiperคืออะไร?

History Wiper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Stop Chrome from recording your browsing history when you are browsing specific websites."

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

screenshot

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

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

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

                        It is a chrome extentsion which can stop record your history and browering data about specific words. 
By default, it already has included some vulgarity and adult words.
You can also add some website domain names by yourself.

When the text on the badge is delete and the background color is yellow, it means that the history record is removed.                    

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

ชื่อ History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
คำอธิบาย Stop Chrome from recording your browsing history when you are browsing specific websites.
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-04-27
วันที่เผยแพร่ 2016-04-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Wiper",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "No History",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs",
        "browsingData",
        "storage"
    ]
}