History Eraser

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

History Eraser là gì?

History Eraser là một tiện ích mở rộng Chrome được phát triển bởi hiatamaworkshop, và tính năng chính của nó là "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng History Eraser

Tải xuống các tệp mở rộng History Eraser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
URL Chính Thức https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Mô tả Erase Browser History, Hold CTRL key and click the extension icon for Setting
Kích Thước Tệp 12.32 KB
Số Lần Cài Đặt 234
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2019-06-19
Ngày Phát Hành 2019-06-19
Nhà Phát Triển hiatamaworkshop
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}