Offline Cleaner
This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.
Offline Cleaner क्या है?
Offline Cleaner Ashier de Leon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Offline Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will clear out AppCache, LocalStorage, IndexedDB, ServiceWorkers and WebSQL.
एक्सटेंशन की मूल जानकारी
नाम | Offline Cleaner |
ID | hjfgpfoninbdlfkhlimmjljgelgiljba |
आधिकारिक URL | https://chromewebstore.google.com/detail/offline-cleaner/hjfgpfoninbdlfkhlimmjljgelgiljba |
विवरण | This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL. |
फ़ाइल का आकार | 43.94 KB |
स्थापना संख्या | 148 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2016-09-30 |
प्रकाशन तिथि | 2016-09-30 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Ashier de Leon |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline Cleaner", "short_name": "OfflineCleaner", "description": "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.", "version": "1.4", "browser_action": { "default_title": "Cleanup AppCache", "default_icon": "icons\/icon_128.png", "default_popup": "clean.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "browsingData", "tabs" ] } |