Rolo

Clear and stop recording browser history.

Rolo là gì?

Rolo là một tiện ích mở rộng Chrome được phát triển bởi luca.salvioni, và tính năng chính của nó là "Clear and stop recording browser history.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rolo

Tải xuống các tệp mở rộng Rolo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
URL Chính Thức https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
Mô tả Clear and stop recording browser history.
Kích Thước Tệp 239 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-12
Ngày Phát Hành 2016-10-12
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển luca.salvioni
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}