Cache Killer
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Co to jest Cache Killer?
Cache Killer to rozszerzenie Chrome opracowane przez Semyon V, a jego główną funkcją jest „Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cache Killer
Pobierz pliki rozszerzeń Cache Killer 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
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Podstawowe informacje o rozszerzeniu
Nazwa | Cache Killer |
ID | mobkodffjnomdafehbljjphjaipbenpm |
Oficjalny URL | https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm |
Opis | Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click |
Rozmiar pliku | 53.45 KB |
Liczba instalacji | 219 |
Aktualna Wersja | 100 |
Ostatnia Aktualizacja | 2023-12-02 |
Data Publikacji | 2023-12-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Semyon V |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://telegra.ph/Cache-Killer-Privacy-Policy-11-29 |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cache Killer", "version": "100", "manifest_version": 3, "description": "Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Cache Killer disabled", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "incognito": "split", "permissions": [ "activeTab", "storage", "browsingData", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ] } |