Offline Cleaner
This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.
Co je Offline Cleaner?
Offline Cleaner je rozšíření Chrome vyvinuté Ashier de Leon, a jeho hlavní funkcí je „This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Offline Cleaner
Stáhněte si soubory rozšíření Offline Cleaner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will clear out AppCache, LocalStorage, IndexedDB, ServiceWorkers and WebSQL.
Základní Informace o Rozšíření
Název | Offline Cleaner |
ID | hjfgpfoninbdlfkhlimmjljgelgiljba |
Oficiální URL | https://chromewebstore.google.com/detail/offline-cleaner/hjfgpfoninbdlfkhlimmjljgelgiljba |
Popis | This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL. |
Velikost souboru | 43.94 KB |
Počet instalací | 148 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2016-09-30 |
Datum Vydání | 2016-09-30 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Ashier de Leon |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |