Rolo

Clear and stop recording browser history.

¿Qué es Rolo?

Rolo es una extensión de Chrome desarrollada por luca.salvioni, y su función principal es "Clear and stop recording browser history.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Rolo

Descarga archivos de extensión Rolo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
URL Oficial https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Descripción Clear and stop recording browser history.
Tamaño del Archivo 239 KB
Cantidad de Instalaciones 31
Versión Actual 1.0
Última Actualización 2016-10-12
Fecha de Publicación 2016-10-12
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador luca.salvioni
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}