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 - это расширение Chrome, разработанное Blaise Kal, и его основная функция - "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Снимки экрана расширения
Скачать файл CRX расширения Forget about this site
Скачайте файлы расширений 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 |
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 |
Электронная почта | [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" } } } } |