Clear Site Data
Clear current or all site data (cache, storage, etc).
Clear Site Data क्या है?
Clear Site Data https://guokai.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear current or all site data (cache, storage, etc)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear Site Data एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you click this extension icon, it will show you the storage used info of current (https) site. You can clear data for current site or all web sites, including these data types: Cache ● Browser Cache ● Cache Storage Storage ● Local Storage ● IndexedDB ● Web SQL ● Cookies ● Service Workers ● File Systems Others (only when select for all web sites) ● Download List ● Visited History ● Stored Form Data ● Stored Passwords When you select clearing data for all web sites, you can add excluded origins which are excluded from deletion. Note: [1]. Origin format:"://" [ ":" ]
एक्सटेंशन की मूल जानकारी
नाम | Clear Site Data |
ID | aihgofjefdlhpnmeakpnjjeajofpcbhj |
आधिकारिक URL | https://chromewebstore.google.com/detail/clear-site-data/aihgofjefdlhpnmeakpnjjeajofpcbhj |
विवरण | Clear current or all site data (cache, storage, etc). |
फ़ाइल का आकार | 11.13 KB |
स्थापना संख्या | 8,335 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2022-08-23 |
प्रकाशन तिथि | 2020-03-15 |
रेटिंग | 4.56/5 कुल 27 रेटिंग्स |
डेवलपर | https://guokai.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://guokai.dev/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Site Data", "version": "0.0.9", "author": "Guokai Han", "manifest_version": 3, "description": "Clear current or all site data (cache, storage, etc).", "offline_enabled": true, "permissions": [ "storage", "browsingData", "scripting", "activeTab" ], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "action": { "default_popup": "popup.html" } } |