Rolo
Clear and stop recording browser history.
Rolo क्या है?
Rolo luca.salvioni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear and stop recording browser history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rolo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/" ] } |