Selective Scrubber
Those secret sites? Begone from my history!
Apa itu Selective Scrubber?
Selective Scrubber adalah ekstensi Chrome yang dikembangkan oleh Jake Lee, dan fitur utamanya adalah "Those secret sites? Begone from my history!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Selective Scrubber
Unduh file ekstensi Selective Scrubber 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
Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click. No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see! This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber Alternatively, email me at [email protected]
Informasi Dasar Ekstensi
Nama | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
URL Resmi | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
Deskripsi | Those secret sites? Begone from my history! |
Ukuran File | 18.99 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-01-31 |
Tanggal Publikasi | 2017-01-31 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Jake Lee |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/JakeSteam/SelectiveScrubber |
URL Halaman Bantuan | https://github.com/JakeSteam/SelectiveScrubber |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Scrubber", "description": "Those secret sites? Begone from my history!", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber", "icons": { "48": "images\/icon_48.png", "96": "images\/icon_96.png" }, "permissions": [ "history", "storage" ], "background": { "persistent": false, "scripts": [ "js\/clear_history.js" ] }, "browser_action": { "default_icon": "images\/icon_96.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |