Forget about this site

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

Vad är Forget about this site?

Forget about this site är en Chrome-tillägg utvecklad av Blaise Kal, och dess huvudfunktion är "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

Tilläggsskärmbilder

screenshot

Ladda ner Forget about this site-förlängningens CRX-fil

Ladda ner Forget about this site-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
Officiell webbadress https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Beskrivning Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Filstorlek 135 KB
Antal Installationer 1,143
Aktuell Version 1.8.0
Senast Uppdaterad 2021-06-15
Publiceringsdatum 2019-12-28
Betyg 4.00/5 Totalt 6 Betyg
Utvecklare Blaise Kal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/blaise-io/forget-about-this-site#readme
Hjälpsida URL https://github.com/blaise-io/forget-about-this-site/issues
Stödda Språk 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"
            }
        }
    }
}