Forget about this site

Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.

Forget about this site là gì?

Forget about this site là một tiện ích mở rộng Chrome được phát triển bởi Blaise Kal, và tính năng chính của nó là "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

Ả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 Forget about this site

Tải xuống các tệp mở rộng Forget about this site 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

                        Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS.

This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites.

Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].                    

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

Tên Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
URL Chính Thức https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Mô tả Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 1,143
Phiên Bản Hiện Tại 1.8.0
Cập Nhật Lần Cuối 2021-06-15
Ngày Phát Hành 2019-12-28
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Blaise Kal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/blaise-io/forget-about-this-site#readme
URL Trang Trợ Giúp https://github.com/blaise-io/forget-about-this-site/issues
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.8.0",
    "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "downloads",
        "history",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "256": "\/icons\/icon.png"
    },
    "page_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            }
        }
    }
}