One Click Clear Cache
clear cache with one click
Co to jest One Click Clear Cache?
One Click Clear Cache to rozszerzenie Chrome opracowane przez Salman Tariq, a jego główną funkcją jest „clear cache with one click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia One Click Clear Cache
Pobierz pliki rozszerzeń One Click Clear Cache w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Clear cache with just one click, you don't have to search for browser settings or right options to clear your browser cache, they are all here, just click on the extension icon and choose the options Best suited for you.
Podstawowe informacje o rozszerzeniu
Nazwa | One Click Clear Cache |
ID | mdlbedpjjbmheepjjfnlalbdbekphbmf |
Oficjalny URL | https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf |
Opis | clear cache with one click |
Rozmiar pliku | 47.62 KB |
Liczba instalacji | 268 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-01-30 |
Data Publikacji | 2021-01-29 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Salman Tariq |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Clear Cache", "description": "clear cache with one click", "version": "1.0", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Clear Cache" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData", "storage" ] } |