Rolo
Clear and stop recording browser history.
Was ist Rolo?
Rolo ist eine Chrome-Erweiterung, die von luca.salvioni entwickelt wurde, und ihr Hauptmerkmal ist "Clear and stop recording browser history.".
Erweiterungsscreenshots
Rolo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rolo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Rolo |
ID | jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Offizielle URL | https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Beschreibung | Clear and stop recording browser history. |
Dateigröße | 239 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-10-12 |
Veröffentlichungsdatum | 2016-10-12 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | luca.salvioni |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |