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とは何ですか?

Forget about this siteはBlaise Kalによって開発されたChromeの拡張機能で、その主な機能は「Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.」です。

拡張機能のスクリーンショット

screenshot

Forget about this site拡張機能のCRXファイルをダウンロード

Forget about this site拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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].                    

拡張機能の基本情報

名前 Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
公式URL https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
説明 Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
ファイルサイズ 135 KB
インストール数 1,143
現在のバージョン 1.8.0
最終更新日 2021-06-15
公開日 2019-12-28
評価 4.00/5 合計 6 レビュー
開発者 Blaise Kal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/blaise-io/forget-about-this-site#readme
ヘルプページのURL https://github.com/blaise-io/forget-about-this-site/issues
対応言語 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"
            }
        }
    }
}