Rolo

Clear and stop recording browser history.

Apa itu Rolo?

Rolo adalah ekstensi Chrome yang dikembangkan oleh luca.salvioni, dan fitur utamanya adalah "Clear and stop recording browser history.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rolo

Unduh file ekstensi Rolo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
URL Resmi https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Deskripsi Clear and stop recording browser history.
Ukuran File 239 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-10-12
Tanggal Publikasi 2016-10-12
Penilaian 5.00/5 Total 5 Penilaian
Pengembang luca.salvioni
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}