Rolo

Clear and stop recording browser history.

Cos'è Rolo?

Rolo è un'estensione di Chrome sviluppata da luca.salvioni, e la sua funzione principale è "Clear and stop recording browser history.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rolo

Scarica i file di estensione Rolo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
URL Ufficiale https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Descrizione Clear and stop recording browser history.
Dimensione del File 239 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-12
Data di Pubblicazione 2016-10-12
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore luca.salvioni
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}