Rolo
Clear and stop recording browser history.
Co to jest Rolo?
Rolo to rozszerzenie Chrome opracowane przez luca.salvioni, a jego główną funkcją jest „Clear and stop recording browser history.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rolo
Pobierz pliki rozszerzeń Rolo 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
Rolo is the ultimate extension to keep your secrets secret. By downloading the extension you'll be able to: - Set up a blacklist of websites that are not going to be saved on your history - Delete with one click the last websites visited (you can customize the deleting time range) - Set up a "time window" in which websites are not going to be saved on your history Now you're free to browse without having to worry about the sites you've visited. Keep away all prying eyes. Enjoy your browser without worries.
Podstawowe informacje o rozszerzeniu
Nazwa | Rolo |
ID | jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Oficjalny URL | https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Opis | Clear and stop recording browser history. |
Rozmiar pliku | 239 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-10-12 |
Data Publikacji | 2016-10-12 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | luca.salvioni |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rolo", "version": "1.0", "manifest_version": 2, "description": "Clear and stop recording browser history.", "icons": { "128": "icon-128.png" }, "permissions": [ "history", "browsingData", "storage", "tabs", "notifications" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-128.png", "default_title": "Rolo" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "settings.html", "web_accessible_resources": [ "images\/" ] } |