Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Co to jest Forget about this site?
Forget about this site to rozszerzenie Chrome opracowane przez Blaise Kal, a jego główną funkcją jest „Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Forget about this site
Pobierz pliki rozszerzeń Forget about this site w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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].
Podstawowe informacje o rozszerzeniu
Nazwa | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
Oficjalny URL | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
Opis | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 1,143 |
Aktualna Wersja | 1.8.0 |
Ostatnia Aktualizacja | 2021-06-15 |
Data Publikacji | 2019-12-28 |
Ocena | 4.00/5 Łącznie 6 Oceny |
Deweloper | Blaise Kal |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/blaise-io/forget-about-this-site#readme |
Adres URL Strony Pomocy | https://github.com/blaise-io/forget-about-this-site/issues |
Obsługiwane Języki | 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" } } } } |