One Click Cache Cleaner by Antonio Viola
This simple extension delete all browser storage cache data and refresh the current tab with one click!
One Click Cache Cleaner by Antonio Viola क्या है?
One Click Cache Cleaner by Antonio Viola Antonio Viola द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This simple extension delete all browser storage cache data and refresh the current tab with one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में One Click Cache Cleaner by Antonio Viola एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension to delete all browser storage cache data and refresh tab, for displaying immediately eventual webpage change or solve browsing problems. Just click the icon!
एक्सटेंशन की मूल जानकारी
नाम | One Click Cache Cleaner by Antonio Viola |
ID | deijiiepldkepdciioacineeemjpmabh |
आधिकारिक URL | https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh |
विवरण | This simple extension delete all browser storage cache data and refresh the current tab with one click! |
फ़ाइल का आकार | 8.91 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-06-24 |
प्रकाशन तिथि | 2021-06-23 |
डेवलपर | Antonio Viola |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click Cache Cleaner by Antonio Viola", "description": "This simple extension delete all browser storage cache data and refresh the current tab with one click!", "version": "1.1", "manifest_version": 3, "permissions": [ "browsingData" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png" }, "default_title": "One Click Cache Cleaner by Antonio Viola" }, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } |