History On/Off Switch

Selectively/Temporary Enable/Disable Browser History

History On/Off Switch là gì?

History On/Off Switch là một tiện ích mở rộng Chrome được phát triển bởi HedCET, và tính năng chính của nó là "Selectively/Temporary Enable/Disable Browser History".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng History On/Off Switch 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 extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history

if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close

similar in downloads history, this extension will clear the downloads history when it done

if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page

clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns                    

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

Tên History On/Off Switch History On/Off Switch
ID emmnfedbicipebplokdnmiggphokpneo
URL Chính Thức https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo
Mô tả Selectively/Temporary Enable/Disable Browser History
Kích Thước Tệp 8.1 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-07-12
Ngày Phát Hành 2021-07-01
Nhà Phát Triển HedCET
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HedCET/disable-history/wiki
URL Trang Trợ Giúp https://github.com/HedCET/disable-history/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.scripts.js"
        ]
    },
    "browser_action": {
        "default_icon": "enabled.png",
        "default_title": "History Enabled"
    },
    "description": "Selectively\/Temporary Enable\/Disable Browser History",
    "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki",
    "icons": {
        "48": "enabled.png"
    },
    "manifest_version": 2,
    "name": "History On\/Off Switch",
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "history",
        "storage",
        "tabs"
    ],
    "version": "1.5"
}