Hulk Smash Browser Cleaner

On Exit Browser Cleaner

Hulk Smash Browser Cleaner là gì?

Hulk Smash Browser Cleaner là một tiện ích mở rộng Chrome được phát triển bởi jbriscoe, và tính năng chính của nó là "On Exit Browser Cleaner".

Tải xuống tệp CRX của tiện ích mở rộng Hulk Smash Browser Cleaner

Tải xuống các tệp mở rộng Hulk Smash Browser Cleaner 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

                        This application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time.

**Please note, if you allow Chrome to run in the background this application will not be able to execute.                    

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

Tên Hulk Smash Browser Cleaner Hulk Smash Browser Cleaner
ID ppcjeoolbidebblgggbbkimaeilhdgif
URL Chính Thức https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif
Mô tả On Exit Browser Cleaner
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2013-10-25
Ngày Phát Hành 2013-10-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jbriscoe
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": "Hulk Smash Browser Cleaner",
    "version": "1.2.2",
    "description": "On Exit Browser Cleaner",
    "permissions": [
        "browsingData",
        "background",
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "eventpage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}