Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Apa itu Forget about this site?
Forget about this site adalah ekstensi Chrome yang dikembangkan oleh Blaise Kal, dan fitur utamanya adalah "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Forget about this site
Unduh file ekstensi Forget about this site dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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].
Informasi Dasar Ekstensi
Nama | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
URL Resmi | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
Deskripsi | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
Ukuran File | 135 KB |
Jumlah Instalasi | 1,143 |
Versi Saat Ini | 1.8.0 |
Terakhir Diperbarui | 2021-06-15 |
Tanggal Publikasi | 2019-12-28 |
Penilaian | 4.00/5 Total 6 Penilaian |
Pengembang | Blaise Kal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/blaise-io/forget-about-this-site#readme |
URL Halaman Bantuan | https://github.com/blaise-io/forget-about-this-site/issues |
Bahasa yang Didukung | 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" } } } } |