History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

History Eraserคืออะไร?

History Eraser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hiatamaworkshop และคุณลักษณะหลักของมันคือ "Erase Browser History, Hold CTRL key and click the extension icon for Setting"

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

screenshot

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

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

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

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

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

ชื่อ History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
คำอธิบาย Erase Browser History, Hold CTRL key and click the extension icon for Setting
ขนาดไฟล์ 12.32 KB
จำนวนการติดตั้ง 234
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2019-06-19
วันที่เผยแพร่ 2019-06-19
ผู้พัฒนา hiatamaworkshop
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}