Selective Scrubber
Those secret sites? Begone from my history!
Cos'è Selective Scrubber?
Selective Scrubber è un'estensione di Chrome sviluppata da Jake Lee, e la sua funzione principale è "Those secret sites? Begone from my history!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Selective Scrubber
Scarica i file di estensione Selective Scrubber 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
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]
Informazioni di Base sull'Estensione
Nome | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
URL Ufficiale | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
Descrizione | Those secret sites? Begone from my history! |
Dimensione del File | 18.99 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-01-31 |
Data di Pubblicazione | 2017-01-31 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Jake Lee |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JakeSteam/SelectiveScrubber |
URL della Pagina di Aiuto | https://github.com/JakeSteam/SelectiveScrubber |
Lingue Supportate | 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 } } |