Clear History
Quickly clears the browser history.
Clear History क्या है?
Clear History Mike Frysinger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly clears the browser history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically clear all history, or expire old entries while preserving the most recent! Feel free to review the extension source at the homepage linked on the right.
एक्सटेंशन की मूल जानकारी
नाम | Clear History |
ID | kihobnjokffgdfnhjdfiaibalbgfolic |
आधिकारिक URL | https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic |
विवरण | Quickly clears the browser history. |
फ़ाइल का आकार | 33.48 KB |
स्थापना संख्या | 3,555 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2022-10-10 |
प्रकाशन तिथि | 2016-02-28 |
रेटिंग | 3.97/5 कुल 30 रेटिंग्स |
डेवलपर | Mike Frysinger |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "100", "version": "2.0.0", "description": "__MSG_description__", "permissions": [ "alarms", "history", "cookies", "downloads", "notifications", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "javascript\/clearhistory.js", "type": "module" }, "options_page": "views\/options.html", "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_title__", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |