Rolo

Clear and stop recording browser history.

Τι είναι το Rolo;

Το Rolo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον luca.salvioni, και η κύρια λειτουργία του είναι "Clear and stop recording browser history.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Rolo

Λήψη αρχείων επέκτασης Rolo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
Επίσημο URL https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Περιγραφή Clear and stop recording browser history.
Μέγεθος Αρχείου 239 KB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-10-12
Ημερομηνία Δημοσίευσης 2016-10-12
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής luca.salvioni
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/"
    ]
}