Cache Buster
adds a buster to your calls
Wat is Cache Buster?
Cache Buster is een Chrome-extensie ontwikkeld door LumberjackOtters, en de belangrijkste functie is "adds a buster to your calls".
Extensie Screenshots
Download het CRX-bestand van de extensie Cache Buster
Download Cache Buster-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
This extension adds a buster to your pages to avoid caching, enjoy :) Basisinformatie over de Extensie
| Naam | |
| ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Officiële URL | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Beschrijving | adds a buster to your calls |
| Bestandsgrootte | 26.45 KB |
| Aantal Installaties | 207 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2020-10-25 |
| Publicatiedatum | 2017-05-13 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | LumberjackOtters |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cache Buster",
"description": "adds a buster to your calls",
"icons": {
"16": "icons\/icon16.png",
"20": "icons\/icon20.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"version": "1.2",
"background": {
"scripts": [
"buster.js"
]
},
"options_page": "config\/config.html",
"browser_action": {
"name": "Click to activate the cache buster"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
" | |