Rolo

Clear and stop recording browser history.

Hvad er Rolo?

Rolo er en Chrome-udvidelse udviklet af luca.salvioni, og dens hovedfunktion er "Clear and stop recording browser history.".

Udvidelsesskærmbilleder

screenshot

Download Rolo-udvidelses-CRX-fil

Download Rolo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
Officiel URL https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Beskrivelse Clear and stop recording browser history.
Filstørrelse 239 KB
Antal Installationer 31
Nuværende Version 1.0
Senest Opdateret 2016-10-12
Udgivelsesdato 2016-10-12
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler luca.salvioni
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}