Clear Cache
Clears your cache and browsing data with a click of a button
Clear Cache क्या है?
Clear Cache Daniel Lvovsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clears your cache and browsing data with a click of a button"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear Cache एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future. Enjoy!
एक्सटेंशन की मूल जानकारी
नाम | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
विवरण | Clears your cache and browsing data with a click of a button |
फ़ाइल का आकार | 69.3 KB |
स्थापना संख्या | 1,387 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-05-18 |
प्रकाशन तिथि | 2020-05-15 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Daniel Lvovsky |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache", "version": "1.0.0", "description": "Clears your cache and browsing data with a click of a button", "minimum_chrome_version": "19", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Clear Cache" }, "options_ui": { "chrome_style": true, "page": "options.html", "open_in_tab": true }, "permissions": [ "browsingData", "cookies" ] } |