Selective Scrubber
Those secret sites? Begone from my history!
Co to jest Selective Scrubber?
Selective Scrubber to rozszerzenie Chrome opracowane przez Jake Lee, a jego główną funkcją jest „Those secret sites? Begone from my history!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Selective Scrubber
Pobierz pliki rozszerzeń Selective Scrubber 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
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]
Podstawowe informacje o rozszerzeniu
Nazwa | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
Oficjalny URL | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
Opis | Those secret sites? Begone from my history! |
Rozmiar pliku | 18.99 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2017-01-31 |
Data Publikacji | 2017-01-31 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Jake Lee |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/JakeSteam/SelectiveScrubber |
Adres URL Strony Pomocy | https://github.com/JakeSteam/SelectiveScrubber |
Obsługiwane Języki | 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 } } |