Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Cos'è Forget about this site?
Forget about this site è un'estensione di Chrome sviluppata da Blaise Kal, e la sua funzione principale è "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forget about this site
Scarica i file di estensione Forget about this site in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
URL Ufficiale | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
Descrizione | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
Dimensione del File | 135 KB |
Conteggio Installazioni | 1,143 |
Versione Corrente | 1.8.0 |
Ultimo Aggiornamento | 2021-06-15 |
Data di Pubblicazione | 2019-12-28 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | Blaise Kal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/blaise-io/forget-about-this-site#readme |
URL della Pagina di Aiuto | https://github.com/blaise-io/forget-about-this-site/issues |
Lingue Supportate | 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" } } } } |