Rolo

Clear and stop recording browser history.

Qu'est-ce que Rolo ?

Rolo est une extension Chrome développée par luca.salvioni, et sa fonction principale est "Clear and stop recording browser history.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rolo

Téléchargez les fichiers d'extension Rolo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
URL Officiel https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Description Clear and stop recording browser history.
Taille du Fichier 239 KB
Nombre d'Installations 31
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-12
Date de Publication 2016-10-12
Évaluation 5.00/5 Total 5 Évaluations
Développeur luca.salvioni
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}