Cache Killer
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Wat is Cache Killer?
Cache Killer is een Chrome-extensie ontwikkeld door Semyon V, en de belangrijkste functie is "Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click".
Extensie Screenshots
Download het CRX-bestand van de extensie Cache Killer
Download Cache Killer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click Basisinformatie over de Extensie
| Naam | |
| ID | mobkodffjnomdafehbljjphjaipbenpm |
| Officiële URL | https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm |
| Beschrijving | Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click |
| Bestandsgrootte | 53.45 KB |
| Aantal Installaties | 219 |
| Huidige Versie | 100 |
| Laatst Bijgewerkt | 2023-12-02 |
| Publicatiedatum | 2023-12-02 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Semyon V |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://telegra.ph/Cache-Killer-Privacy-Policy-11-29 |
| Ondersteunde Talen | 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": [
"*:\/\/*\/*"
]
} | |