Chrome History Cleaner
Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Chrome History Cleaner क्या है?
Chrome History Cleaner KarthiTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome History Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive. You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page. Support for clearing the other browsing data will be added soon.
एक्सटेंशन की मूल जानकारी
नाम | Chrome History Cleaner |
ID | lebddibgdgkjheglmfpannlomiobdbhm |
आधिकारिक URL | https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm |
विवरण | Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically. |
फ़ाइल का आकार | 38.76 KB |
स्थापना संख्या | 11,058 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2021-09-09 |
प्रकाशन तिथि | 2018-03-10 |
रेटिंग | 4.44/5 कुल 18 रेटिंग्स |
डेवलपर | KarthiTech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome History Cleaner", "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.", "version": "1.0.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "incognito": "split", "browser_action": { "default_icon": "icon.png", "default_title": "Chrome History Cleaner", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage" ], "background": { "scripts": [ "jquery.min.js", "bm.js" ] } } |