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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}