Rolo
Clear and stop recording browser history.
Wat is Rolo?
Rolo is een Chrome-extensie ontwikkeld door luca.salvioni, en de belangrijkste functie is "Clear and stop recording browser history.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rolo
Download Rolo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Rolo |
ID | jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Officiële URL | https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Beschrijving | Clear and stop recording browser history. |
Bestandsgrootte | 239 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-10-12 |
Publicatiedatum | 2016-10-12 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | luca.salvioni |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |