Rolo

Clear and stop recording browser history.

What is Rolo?

Rolo is a Chrome extension developed by luca.salvioni, and its main feature is "Clear and stop recording browser history.".

Extension Screenshots

screenshot

Download Rolo Extension CRX File

Download Rolo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
Official URL https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Description Clear and stop recording browser history.
File Size 239 KB
Installation Count 31
Current Version 1.0
Last Updated 2016-10-12
Publish Date 2016-10-12
Rating 5.00/5 Total 5 Ratings
Developer luca.salvioni
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}