Easily Cache Cleaner
Use the toolbar button to quickly clear your browser's cache.
Easily Cache Cleaner क्या है?
Easily Cache Cleaner fionapandora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the toolbar button to quickly clear your browser's cache."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easily Cache Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"Easily Cache Cleaner" is a browser extension that lets you clean your custom browsing data via the toolbar pop-up. Currently, there are fourteen options to remove (depending on your browser): Cookies, Form Data, Downloads, WebSQL, Passwords, Plugin Data, App Cache, File Systems, Indexed DB... To use this add-on, go to the toolbar popup UI, select the item you want, and then click on the Clean option at the top left corner. While the add-on is cleaning your chosen items, a toolbar icon will flash. Furthermore, when the cleanup process is completed, a desktop alert will inform you what data has been deleted. It turns out that some disabled items might be found in the toolbar pop-up. This is due to a bug in your browser that prevents it from properly displaying such things using the clear-browsing-data API. These items may become available automatically when the API update occurs in the future.
एक्सटेंशन की मूल जानकारी
नाम | Easily Cache Cleaner |
ID | pbcgbhjiijkcconamckbikgncddgbmgp |
आधिकारिक URL | https://chromewebstore.google.com/detail/easily-cache-cleaner/pbcgbhjiijkcconamckbikgncddgbmgp |
विवरण | Use the toolbar button to quickly clear your browser's cache. |
फ़ाइल का आकार | 84.18 KB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2022-05-21 |
प्रकाशन तिथि | 2022-05-20 |
रेटिंग | 4.95/5 कुल 59 रेटिंग्स |
डेवलपर | fionapandora |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://worldaddons.com/easily-cache-cleaner/ |
सहायता पृष्ठ URL | https://worldaddons.com/contact/ |
गोपनीयता नीति पृष्ठ URL | https://worldaddons.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Easily Cache Cleaner", "short_name": "easy-cache-cleaner", "permissions": [ "storage", "browsingData", "notifications" ], "homepage_url": "https:\/\/worldaddons.com\/easily-cache-cleaner\/", "description": "Use the toolbar button to quickly clear your browser's cache.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Easily Cache Cleaner", "default_popup": "source\/screen\/popup.html", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |