Cache Killer
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Vad är Cache Killer?
Cache Killer är en Chrome-tillägg utvecklad av Semyon V, och dess huvudfunktion är "Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click".
Tilläggsskärmbilder
Ladda ner Cache Killer-förlängningens CRX-fil
Ladda ner Cache Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Grundläggande Information om Tillägg
Namn | Cache Killer |
ID | mobkodffjnomdafehbljjphjaipbenpm |
Officiell webbadress | https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm |
Beskrivning | Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click |
Filstorlek | 53.45 KB |
Antal Installationer | 219 |
Aktuell Version | 100 |
Senast Uppdaterad | 2023-12-02 |
Publiceringsdatum | 2023-12-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Semyon V |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://telegra.ph/Cache-Killer-Privacy-Policy-11-29 |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } |